24 #ifndef __SYSTEMC_EXT_TLM_UTILS_PEQ_WITH_GET_H__ 25 #define __SYSTEMC_EXT_TLM_UTILS_PEQ_WITH_GET_H__ 29 #include "../core/sc_event.hh" 30 #include "../core/sc_main.hh" 31 #include "../core/sc_object.hh" 32 #include "../core/sc_time.hh" 37 template <
class PAYLOAD>
93 std::multimap<const sc_core::sc_time, transaction_type *>
sc_core::sc_event & get_event()
const char * name() const
void notify(transaction_type &trans, const sc_core::sc_time &t)
void notify(transaction_type &trans)
peq_with_get(const char *name)
sc_core::sc_event m_event
const sc_time & sc_time_stamp()
std::multimap< const sc_core::sc_time, transaction_type * > m_scheduled_events
std::pair< const sc_core::sc_time, transaction_type * > pair_type
transaction_type * get_next_transaction()