#include <sysc/communication/sc_prim_channel.h>
|
| | sc_prim_channel () |
| |
| | sc_prim_channel (const char *) |
| |
| virtual | ~sc_prim_channel () |
| |
| virtual void | update () |
| |
| virtual void | before_end_of_elaboration () |
| |
| virtual void | end_of_elaboration () |
| |
| virtual void | start_of_simulation () |
| |
| virtual void | end_of_simulation () |
| |
| void | wait () |
| |
| void | wait (const sc_event &e) |
| |
| void | wait (const sc_event_or_list &el) |
| |
| void | wait (const sc_event_and_list &el) |
| |
| void | wait (const sc_time &t) |
| |
| void | wait (double v, sc_time_unit tu) |
| |
| void | wait (const sc_time &t, const sc_event &e) |
| |
| void | wait (double v, sc_time_unit tu, const sc_event &e) |
| |
| void | wait (const sc_time &t, const sc_event_or_list &el) |
| |
| void | wait (double v, sc_time_unit tu, const sc_event_or_list &el) |
| |
| void | wait (const sc_time &t, const sc_event_and_list &el) |
| |
| void | wait (double v, sc_time_unit tu, const sc_event_and_list &el) |
| |
| void | wait (int n) |
| |
| void | next_trigger () |
| |
| void | next_trigger (const sc_event &e) |
| |
| void | next_trigger (const sc_event_or_list &el) |
| |
| void | next_trigger (const sc_event_and_list &el) |
| |
| void | next_trigger (const sc_time &t) |
| |
| void | next_trigger (double v, sc_time_unit tu) |
| |
| void | next_trigger (const sc_time &t, const sc_event &e) |
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event &e) |
| |
| void | next_trigger (const sc_time &t, const sc_event_or_list &el) |
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el) |
| |
| void | next_trigger (const sc_time &t, const sc_event_and_list &el) |
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el) |
| |
| bool | timed_out () |
| |
| | sc_object () |
| |
| | sc_object (const char *nm) |
| |
| | sc_object (const sc_object &) |
| |
| sc_object & | operator= (const sc_object &) |
| |
| virtual | ~sc_object () |
| |
| virtual void | add_child_event (sc_event *event_p) |
| |
| virtual void | add_child_object (sc_object *object_p) |
| |
| virtual bool | remove_child_event (sc_event *event_p) |
| |
| virtual bool | remove_child_object (sc_object *object_p) |
| |
| phase_cb_mask | register_simulation_phase_callback (phase_cb_mask) |
| |
| phase_cb_mask | unregister_simulation_phase_callback (phase_cb_mask) |
| |
Definition at line 42 of file sc_prim_channel.h.
| sc_core::sc_prim_channel::sc_prim_channel |
( |
| ) |
|
|
protected |
| sc_core::sc_prim_channel::sc_prim_channel |
( |
const char * |
| ) |
|
|
explicitprotected |
| virtual sc_core::sc_prim_channel::~sc_prim_channel |
( |
| ) |
|
|
protectedvirtual |
| void sc_core::sc_prim_channel::async_request_update |
( |
| ) |
|
|
inline |
| virtual void sc_core::sc_prim_channel::before_end_of_elaboration |
( |
| ) |
|
|
protectedvirtual |
| virtual void sc_core::sc_prim_channel::end_of_elaboration |
( |
| ) |
|
|
protectedvirtual |
| virtual void sc_core::sc_prim_channel::end_of_simulation |
( |
| ) |
|
|
protectedvirtual |
| virtual const char* sc_core::sc_prim_channel::kind |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Reimplemented in sc_core::sc_signal< sc_dt::sc_logic, POL >, sc_core::sc_signal< bool, POL >, sc_core::sc_signal< T, POL >, sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >, sc_core::sc_signal< bool, SC_ONE_WRITER >, sc_core::sc_signal< sc_dt::sc_logic, SC_MANY_WRITERS >, sc_core::sc_fifo< T >, sc_core::sc_signal_rv< W >, sc_core::sc_clock, sc_core::sc_signal_resolved, and sc_core::sc_buffer< T, POL >.
Definition at line 50 of file sc_prim_channel.h.
| void sc_core::sc_prim_channel::next_trigger |
( |
| ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_event & |
e | ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & |
t | ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::next_trigger |
( |
double |
v, |
|
|
sc_time_unit |
tu |
|
) |
| |
|
inlineprotected |
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & |
t, |
|
|
const sc_event & |
e |
|
) |
| |
|
inlineprotected |
| void sc_core::sc_prim_channel::request_update |
( |
| ) |
|
|
inline |
| virtual void sc_core::sc_prim_channel::start_of_simulation |
( |
| ) |
|
|
protectedvirtual |
| bool sc_core::sc_prim_channel::timed_out |
( |
| ) |
|
|
inlineprotected |
| virtual void sc_core::sc_prim_channel::update |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in sc_core::sc_signal< sc_dt::sc_logic, POL >, sc_core::sc_signal< bool, POL >, sc_core::sc_signal< T, POL >, sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >, sc_core::sc_signal< bool, SC_ONE_WRITER >, sc_core::sc_signal< sc_dt::sc_logic, SC_MANY_WRITERS >, sc_core::sc_fifo< T >, sc_core::sc_signal_rv< W >, sc_core::sc_signal_resolved, and sc_core::sc_buffer< T, POL >.
| bool sc_core::sc_prim_channel::update_requested |
( |
| ) |
|
|
inline |
| void sc_core::sc_prim_channel::wait |
( |
| ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::wait |
( |
const sc_event & |
e | ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::wait |
( |
const sc_time & |
t | ) |
|
|
inlineprotected |
| void sc_core::sc_prim_channel::wait |
( |
double |
v, |
|
|
sc_time_unit |
tu |
|
) |
| |
|
inlineprotected |
| void sc_core::sc_prim_channel::wait |
( |
const sc_time & |
t, |
|
|
const sc_event & |
e |
|
) |
| |
|
inlineprotected |
| void sc_core::sc_prim_channel::wait |
( |
int |
n | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: