#include <cassert>#include "sysc/utils/sc_iostream.h"#include "sysc/kernel/sc_constants.h"#include "sysc/kernel/sc_object.h"#include "sysc/kernel/sc_kernel_ids.h"#include "sysc/kernel/sc_reset.h"#include "sysc/communication/sc_export.h"


Go to the source code of this file.
| #define SC_DECL_HELPER_STRUCT | ( | callback_tag, | |||
| func | ) |
Definition at line 178 of file sc_process.h.
| #define SC_MAKE_FUNC_PTR | ( | callback_tag, | |||
| func | ) | static_cast<sc_core::SC_ENTRY_FUNC>(&callback_tag::func) |
Definition at line 179 of file sc_process.h.
| #define sc_process_h_INCLUDED |
Definition at line 74 of file sc_process.h.
| #define SC_USE_MEMBER_FUNC_PTR |
Definition at line 169 of file sc_process.h.
1.5.5