This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | W_BEGIN |
| #define | W_DO |
| #define | W_ESCAPE |
| #define | W_END |
| #define | WAIT() |
| #define | WAITN(n) |
| #define | WAIT_UNTIL(lambda) |
Functions | |
| template<class T> const T | sc_min (const T &a, const T &b) |
| template<class T> const T | sc_max (const T &a, const T &b) |
| template<class T> const T | sc_abs (const T &a) |
|
|
Value: do { \ sc_watch __aux_watch( sc_get_curr_simcontext() ); Definition at line 99 of file sc_macros.h. |
|
|
Value: try { \ __watching_first( __aux_watch.cthread_h ); Definition at line 103 of file sc_macros.h. |
|
|
Value: } \
} while( false );Definition at line 115 of file sc_macros.h. |
|
|
Value: } \
catch( int sc_level ) { \
__sanitycheck_watchlists( __aux_watch.cthread_h ); \
if( sc_level < __watch_level( __aux_watch.cthread_h ) ) { \
throw sc_level; \
}Definition at line 107 of file sc_macros.h. |
|
|
Value: sc_set_location( __FILE__, __LINE__ ); \ wait() Definition at line 125 of file sc_macros.h. |
|
|
Value: sc_set_location( __FILE__, __LINE__ ); \ wait_until( lambda ) Definition at line 133 of file sc_macros.h. |
|
|
Value: sc_set_location( __FILE__, __LINE__ ); \ wait(n) Definition at line 129 of file sc_macros.h. |
|
||||||||||
|
Definition at line 59 of file sc_macros.h. |
|
||||||||||||||||
|
||||||||||||||||
1.2.18