ネームスペース | |
| namespace | sc_dt |
| namespace | sc_core |
マクロ定義 | |
| #define | W_BEGIN |
| #define | W_DO |
| #define | W_ESCAPE |
| #define | W_END |
| #define | WAIT() |
| #define | WAITN(n) |
| #define | WAIT_UNTIL(expr) |
関数 | |
| template<class T> | |
| const T | sc_dt::sc_min (const T &a, const T &b) |
| template<class T> | |
| const T | sc_dt::sc_max (const T &a, const T &b) |
| template<class T> | |
| const T | sc_dt::sc_abs (const T &a) |
| #define W_BEGIN |
| #define W_DO |
| #define W_END |
| #define W_ESCAPE |
値:
} \
catch( int sc_level ) { \
__sanitycheck_watchlists( __aux_watch.cthread_h ); \
if( sc_level < __watch_level( __aux_watch.cthread_h ) ) { \
throw sc_level; \
}
sc_macros.h の 121 行で定義されています。
| #define WAIT | ( | ) |
| #define WAIT_UNTIL | ( | expr | ) |
値:
sc_set_location( __FILE__, __LINE__ ); \ do { wait(); } while( !(expr) )
sc_macros.h の 147 行で定義されています。
| #define WAITN | ( | n | ) |
1.5.6