SystemC 3.0.0
Accellera SystemC proof-of-concept library
Namespaces | Macros | Variables
sc_int_ids.h File Reference
#include "sysc/utils/sc_report.h"
Include dependency graph for sc_int_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

SC_API const char SC_ID_REGISTER_ID_FAILED_ []
 
const char sc_core::SC_ID_INIT_FAILED_ []
 
const char sc_core::SC_ID_ASSIGNMENT_FAILED_ []
 
const char sc_core::SC_ID_OPERATION_FAILED_ []
 
const char sc_core::SC_ID_CONVERSION_FAILED_ []
 

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 64 of file sc_int_ids.h.

Variable Documentation

◆ SC_ID_REGISTER_ID_FAILED_

SC_API const char SC_ID_REGISTER_ID_FAILED_[]
extern