SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_phase_callback_registry.h File Reference

Definition of the simulation phase callbacks. More...

#include "sysc/kernel/sc_simcontext.h"
#include "sysc/kernel/sc_object_int.h"
#include "sysc/kernel/sc_status.h"
#include <vector>
Include dependency graph for sc_phase_callback_registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_phase_callback_registry
 
struct  sc_core::sc_phase_callback_registry::entry
 

Namespaces

 sc_core
 

Macros

#define SC_HAS_PHASE_CALLBACKS_   0
 

Detailed Description

Definition of the simulation phase callbacks.

The most critical functions are defined inline in this file. Only active, if SC_ENABLE_SIMULATION_PHASE_CALLBACKS[_TRACING] is defined during the SystemC library build.

Original Author: Philipp A. Hartmann, OFFIS, 2013-02-15

CHANGE LOG AT END OF FILE

Definition in file sc_phase_callback_registry.h.

Macro Definition Documentation

◆ SC_HAS_PHASE_CALLBACKS_

#define SC_HAS_PHASE_CALLBACKS_   0

Definition at line 44 of file sc_phase_callback_registry.h.