#include <peq_with_cb_and_phase.h>
Classes | |
class | delta_list |
Public Member Functions | |
peq_with_cb_and_phase (OWNER *_owner, cb _cb) | |
peq_with_cb_and_phase (const char *_name, OWNER *_owner, cb _cb) | |
~peq_with_cb_and_phase () | |
void | notify (tlm_payload_type &t, const tlm_phase_type &p, const sc_core::sc_time &when) |
void | notify (tlm_payload_type &t, const tlm_phase_type &p) |
void | cancel_all () |
Definition at line 145 of file peq_with_cb_and_phase.h.
tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::peq_with_cb_and_phase | ( | OWNER * | _owner, | |
cb | _cb | |||
) | [inline] |
Definition at line 189 of file peq_with_cb_and_phase.h.
tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::peq_with_cb_and_phase | ( | const char * | _name, | |
OWNER * | _owner, | |||
cb | _cb | |||
) | [inline] |
Definition at line 202 of file peq_with_cb_and_phase.h.
tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::~peq_with_cb_and_phase | ( | ) | [inline] |
Definition at line 215 of file peq_with_cb_and_phase.h.
void tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::cancel_all | ( | ) | [inline] |
Definition at line 238 of file peq_with_cb_and_phase.h.
void tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::notify | ( | tlm_payload_type & | t, | |
const tlm_phase_type & | p | |||
) | [inline] |
Definition at line 232 of file peq_with_cb_and_phase.h.
void tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::notify | ( | tlm_payload_type & | t, | |
const tlm_phase_type & | p, | |||
const sc_core::sc_time & | when | |||
) | [inline] |
Definition at line 217 of file peq_with_cb_and_phase.h.