|
SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
For inline definitions of some utility functions. More...
#include "sysc/kernel/sc_runnable.h"#include "sysc/kernel/sc_method_process.h"#include "sysc/kernel/sc_thread_process.h"

Go to the source code of this file.
Namespaces | |
| sc_core | |
Macros | |
| #define | DEBUG_MSG(NAME, P, MSG) |
| #define | SC_NO_METHODS ((sc_method_handle)0xdb) |
| #define | SC_NO_THREADS ((sc_thread_handle)0xdb) |
For inline definitions of some utility functions.
DO NOT EXPORT THIS INCLUDE FILE. Include this file after "sc_process_int.h" so that we can get the base class right.
Original Author: Bishnupriya Bhattacharya , Cadence Design, 28th July, 2003
CHANGE LOG AT THE END OF THE FILE
Definition in file sc_runnable_int.h.
| #define DEBUG_MSG | ( | NAME, | |
| P, | |||
| MSG | |||
| ) |
Definition at line 63 of file sc_runnable_int.h.
| #define SC_NO_METHODS ((sc_method_handle)0xdb) |
Definition at line 76 of file sc_runnable_int.h.
| #define SC_NO_THREADS ((sc_thread_handle)0xdb) |
Definition at line 77 of file sc_runnable_int.h.