#include <string>
#include <iostream>
#include <typeinfo>
#include <vector>
#include "sysc/kernel/sc_cmnhdr.h"
#include "sysc/kernel/sc_macros.h"
Go to the source code of this file.
◆ DECLARE_EXTENDED_PHASE
◆ TLM_DECLARE_EXTENDED_PHASE
#define TLM_DECLARE_EXTENDED_PHASE |
( |
|
name_arg | ) |
|
Value: { \
public: \
SC_CONCAT_HELPER_(tlm_phase_, name_arg)() \
{} \
\
static const this_type& get_phase() \
{ static this_type this_; return this_; } \
} \
const name_arg
#define SC_STRINGIFY_HELPER_(Arg)
#define SC_CONCAT_HELPER_(a, b)
Definition at line 86 of file tlm_phase.h.
◆ BEGIN_REQ
◆ BEGIN_RESP
◆ END_REQ
◆ UNINITIALIZED_PHASE