#include <sc_wait_cthread.h>
Public メソッド | |
sc_watch (sc_simcontext *simc) | |
~sc_watch () | |
Public 変数 | |
sc_cthread_handle | cthread_h |
sc_wait_cthread.h の 115 行で定義されています。
sc_core::sc_watch::sc_watch | ( | sc_simcontext * | simc | ) | [inline] |
sc_wait_cthread.h の 121 行で定義されています。
00122 { 00123 sc_curr_proc_handle cpi = simc->get_curr_proc_info(); 00124 assert( SC_CTHREAD_PROC_ == cpi->kind ); 00125 cthread_h = RCAST<sc_cthread_handle>( cpi->process_handle ); 00126 }
sc_core::sc_watch::~sc_watch | ( | ) | [inline] |
sc_wait_cthread.h の 119 行で定義されています。