30 #ifndef __SYSTEMC_EXT_CHANNEL_SC_SEMAPHORE_IF_HH__ 31 #define __SYSTEMC_EXT_CHANNEL_SC_SEMAPHORE_IF_HH__ 33 #include "../core/sc_interface.hh" 41 virtual int wait() = 0;
43 virtual int post() = 0;
57 #endif //__SYSTEMC_EXT_CHANNEL_SC_SEMAPHORE_IF_HH__
virtual int get_value() const =0
sc_semaphore_if & operator=(const sc_semaphore_if &)
sc_semaphore_if(const sc_semaphore_if &)