SystemC 3.0.0
Accellera SystemC proof-of-concept library
Namespaces | Macros | Variables
sc_tracing_ids.h File Reference
#include "sysc/kernel/sc_cmnhdr.h"
Include dependency graph for sc_tracing_ids.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sc_core
 

Macros

#define SC_DEFINE_MESSAGE(id, unused1, unused2)    namespace sc_core { extern SC_API const char id[]; }
 

Variables

const char sc_core::SC_ID_TRACING_FOPEN_FAILED_ []
 
const char sc_core::SC_ID_TRACING_TIMESCALE_DEFAULT_ []
 
const char sc_core::SC_ID_TRACING_TIMESCALE_UNIT_ []
 
const char sc_core::SC_ID_TRACING_VCD_DELTA_CYCLE_ []
 
const char sc_core::SC_ID_TRACING_INVALID_TIMESCALE_UNIT_ []
 
const char sc_core::SC_ID_TRACING_OBJECT_IGNORED_ []
 
const char sc_core::SC_ID_TRACING_OBJECT_NAME_FILTERED_ []
 
const char sc_core::SC_ID_TRACING_INVALID_ENUM_VALUE_ []
 
const char sc_core::SC_ID_TRACING_VCD_TIME_RESOLUTION_ []
 
const char sc_core::SC_ID_TRACING_REVERSED_TIME_ []
 
const char sc_core::SC_ID_TRACING_CLOSE_EMPTY_FILE_ []
 
const char sc_core::SC_ID_TRACING_ALREADY_INITIALIZED_ []
 

Macro Definition Documentation

◆ SC_DEFINE_MESSAGE

#define SC_DEFINE_MESSAGE (   id,
  unused1,
  unused2 
)     namespace sc_core { extern SC_API const char id[]; }

Definition at line 41 of file sc_tracing_ids.h.