#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 | async_attach_suspending () |
|
void | async_detach_suspending () |
|
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 hierarchy_scope | get_hierarchy_scope () |
|
Definition at line 44 of file sc_prim_channel.h.
◆ sc_prim_channel() [1/2]
sc_core::sc_prim_channel::sc_prim_channel |
( |
| ) |
|
|
protected |
◆ sc_prim_channel() [2/2]
sc_core::sc_prim_channel::sc_prim_channel |
( |
const char * |
| ) |
|
|
explicitprotected |
◆ ~sc_prim_channel()
virtual sc_core::sc_prim_channel::~sc_prim_channel |
( |
| ) |
|
|
protectedvirtual |
◆ async_attach_suspending()
void sc_core::sc_prim_channel::async_attach_suspending |
( |
| ) |
|
|
inlineprotected |
◆ async_detach_suspending()
void sc_core::sc_prim_channel::async_detach_suspending |
( |
| ) |
|
|
inlineprotected |
◆ async_request_update()
void sc_core::sc_prim_channel::async_request_update |
( |
| ) |
|
|
inline |
◆ before_end_of_elaboration()
virtual void sc_core::sc_prim_channel::before_end_of_elaboration |
( |
| ) |
|
|
protectedvirtual |
◆ end_of_elaboration()
virtual void sc_core::sc_prim_channel::end_of_elaboration |
( |
| ) |
|
|
protectedvirtual |
◆ end_of_simulation()
virtual void sc_core::sc_prim_channel::end_of_simulation |
( |
| ) |
|
|
protectedvirtual |
◆ kind()
virtual const char * sc_core::sc_prim_channel::kind |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Reimplemented in sc_core::sc_buffer< T, POL >, sc_core::sc_clock, sc_core::sc_fifo< T >, sc_core::sc_signal_channel, sc_core::sc_signal_t< T, POL >, sc_core::sc_signal_t< bool, POL >, sc_core::sc_signal_t< T, SC_DEFAULT_WRITER_POLICY >, sc_core::sc_signal_t< sc_dt::sc_logic, POL >, sc_core::sc_signal_t< sc_dt::sc_lv< W >, POL >, sc_core::sc_signal_resolved, sc_core::sc_signal_rv< W >, and sc_core::sc_stub< T >.
Definition at line 51 of file sc_prim_channel.h.
◆ next_trigger() [1/12]
void sc_core::sc_prim_channel::next_trigger |
( |
| ) |
|
|
inlineprotected |
◆ next_trigger() [2/12]
void sc_core::sc_prim_channel::next_trigger |
( |
const sc_event & |
e | ) |
|
|
inlineprotected |
◆ next_trigger() [3/12]
◆ next_trigger() [4/12]
◆ next_trigger() [5/12]
void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & |
t | ) |
|
|
inlineprotected |
◆ next_trigger() [6/12]
void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & |
t, |
|
|
const sc_event & |
e |
|
) |
| |
|
inlineprotected |
◆ next_trigger() [7/12]
◆ next_trigger() [8/12]
◆ next_trigger() [9/12]
void sc_core::sc_prim_channel::next_trigger |
( |
double |
v, |
|
|
sc_time_unit |
tu |
|
) |
| |
|
inlineprotected |
◆ next_trigger() [10/12]
◆ next_trigger() [11/12]
◆ next_trigger() [12/12]
◆ request_update()
void sc_core::sc_prim_channel::request_update |
( |
| ) |
|
|
inline |
◆ start_of_simulation()
virtual void sc_core::sc_prim_channel::start_of_simulation |
( |
| ) |
|
|
protectedvirtual |
◆ timed_out()
bool sc_core::sc_prim_channel::timed_out |
( |
| ) |
|
|
inlineprotected |
◆ update()
virtual void sc_core::sc_prim_channel::update |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in sc_core::sc_buffer< T, POL >, sc_core::sc_fifo< T >, sc_core::sc_signal_t< T, POL >, sc_core::sc_signal_t< bool, POL >, sc_core::sc_signal_t< T, SC_DEFAULT_WRITER_POLICY >, sc_core::sc_signal_t< sc_dt::sc_logic, POL >, sc_core::sc_signal_t< sc_dt::sc_lv< W >, POL >, sc_core::sc_signal< bool, POL >, sc_core::sc_signal< sc_dt::sc_logic, POL >, sc_core::sc_signal_resolved, and sc_core::sc_signal_rv< W >.
◆ update_requested()
bool sc_core::sc_prim_channel::update_requested |
( |
| ) |
|
|
inline |
◆ wait() [1/13]
void sc_core::sc_prim_channel::wait |
( |
| ) |
|
|
inlineprotected |
◆ wait() [2/13]
void sc_core::sc_prim_channel::wait |
( |
const sc_event & |
e | ) |
|
|
inlineprotected |
◆ wait() [3/13]
◆ wait() [4/13]
◆ wait() [5/13]
void sc_core::sc_prim_channel::wait |
( |
const sc_time & |
t | ) |
|
|
inlineprotected |
◆ wait() [6/13]
void sc_core::sc_prim_channel::wait |
( |
const sc_time & |
t, |
|
|
const sc_event & |
e |
|
) |
| |
|
inlineprotected |
◆ wait() [7/13]
◆ wait() [8/13]
◆ wait() [9/13]
void sc_core::sc_prim_channel::wait |
( |
double |
v, |
|
|
sc_time_unit |
tu |
|
) |
| |
|
inlineprotected |
◆ wait() [10/13]
◆ wait() [11/13]
◆ wait() [12/13]
◆ wait() [13/13]
void sc_core::sc_prim_channel::wait |
( |
int |
n | ) |
|
|
inlineprotected |
◆ sc_prim_channel_registry
◆ sc_stub_registry
The documentation for this class was generated from the following file: