SystemC 3.0.0
Accellera SystemC proof-of-concept library
Namespaces | Macros | Variables
sc_communication_ids.h File Reference
#include "sysc/utils/sc_report.h"
Include dependency graph for sc_communication_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_core::SC_ID_REGISTER_ID_FAILED_ []
 
const char sc_core::SC_ID_PORT_OUTSIDE_MODULE_ []
 
const char sc_core::SC_ID_CLOCK_PERIOD_ZERO_ []
 
const char sc_core::SC_ID_CLOCK_HIGH_TIME_ZERO_ []
 
const char sc_core::SC_ID_CLOCK_LOW_TIME_ZERO_ []
 
const char sc_core::SC_ID_MORE_THAN_ONE_FIFO_READER_ []
 
const char sc_core::SC_ID_MORE_THAN_ONE_FIFO_WRITER_ []
 
const char sc_core::SC_ID_INVALID_FIFO_SIZE_ []
 
const char sc_core::SC_ID_BIND_IF_TO_PORT_ []
 
const char sc_core::SC_ID_BIND_PORT_TO_PORT_ []
 
const char sc_core::SC_ID_COMPLETE_BINDING_ []
 
const char sc_core::SC_ID_INSERT_PORT_ []
 
const char sc_core::SC_ID_REMOVE_PORT_ []
 
const char sc_core::SC_ID_GET_IF_ []
 
const char sc_core::SC_ID_INSERT_PRIM_CHANNEL_ []
 
const char sc_core::SC_ID_REMOVE_PRIM_CHANNEL_ []
 
const char sc_core::SC_ID_MORE_THAN_ONE_SIGNAL_DRIVER_ []
 
const char sc_core::SC_ID_NO_DEFAULT_EVENT_ []
 
const char sc_core::SC_ID_RESOLVED_PORT_NOT_BOUND_ []
 
const char sc_core::SC_ID_FIND_EVENT_ []
 
const char sc_core::SC_ID_INVALID_SEMAPHORE_VALUE_ []
 
const char sc_core::SC_ID_SC_EXPORT_HAS_NO_INTERFACE_ []
 
const char sc_core::SC_ID_INSERT_EXPORT_ []
 
const char sc_core::SC_ID_EXPORT_OUTSIDE_MODULE_ []
 
const char sc_core::SC_ID_SC_EXPORT_NOT_REGISTERED_ []
 
const char sc_core::SC_ID_SC_EXPORT_NOT_BOUND_AFTER_CONSTRUCTION_ []
 
const char sc_core::SC_ID_ATTEMPT_TO_WRITE_TO_CLOCK_ []
 
const char sc_core::SC_ID_SC_EXPORT_ALREADY_BOUND_ []
 
const char sc_core::SC_ID_OPERATION_ON_NON_SPECIALIZED_SIGNAL_ []
 
const char sc_core::SC_ID_ATTEMPT_TO_BIND_CLOCK_TO_OUTPUT_ []
 
const char sc_core::SC_ID_INSERT_STUB_ []
 

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 43 of file sc_communication_ids.h.