#include <sc_prim.hh>
|
| | sc_prim_channel () |
| | sc_prim_channel (const char *) |
| virtual | ~sc_prim_channel () |
| void | request_update () |
| void | async_request_update () |
| virtual void | update () |
| void | next_trigger () |
| void | next_trigger (const sc_event &) |
| void | next_trigger (const sc_event_or_list &) |
| void | next_trigger (const sc_event_and_list &) |
| void | next_trigger (const sc_time &) |
| void | next_trigger (double, sc_time_unit) |
| void | next_trigger (const sc_time &, const sc_event &) |
| void | next_trigger (double, sc_time_unit, const sc_event &) |
| void | next_trigger (const sc_time &, const sc_event_or_list &) |
| void | next_trigger (double, sc_time_unit, const sc_event_or_list &) |
| void | next_trigger (const sc_time &, const sc_event_and_list &) |
| void | next_trigger (double, sc_time_unit, const sc_event_and_list &) |
| bool | timed_out () |
| void | wait () |
| void | wait (int) |
| void | wait (const sc_event &) |
| void | wait (const sc_event_or_list &) |
| void | wait (const sc_event_and_list &) |
| void | wait (const sc_time &) |
| void | wait (double, sc_time_unit) |
| void | wait (const sc_time &, const sc_event &) |
| void | wait (double, sc_time_unit, const sc_event &) |
| void | wait (const sc_time &, const sc_event_or_list &) |
| void | wait (double, sc_time_unit, const sc_event_or_list &) |
| void | wait (const sc_time &, const sc_event_and_list &) |
| void | wait (double, sc_time_unit, const sc_event_and_list &) |
| virtual void | before_end_of_elaboration () |
| virtual void | end_of_elaboration () |
| virtual void | start_of_simulation () |
| virtual void | end_of_simulation () |
| | sc_object () |
| | sc_object (const char *) |
| | sc_object (const sc_object &) |
| sc_object & | operator= (const sc_object &) |
| virtual | ~sc_object () |
Definition at line 50 of file sc_prim.hh.
◆ sc_prim_channel() [1/3]
| sc_core::sc_prim_channel::sc_prim_channel |
( |
| ) |
|
|
protected |
◆ sc_prim_channel() [2/3]
| sc_core::sc_prim_channel::sc_prim_channel |
( |
const char * | _name | ) |
|
|
explicitprotected |
◆ sc_prim_channel() [3/3]
◆ ~sc_prim_channel()
| sc_core::sc_prim_channel::~sc_prim_channel |
( |
| ) |
|
|
protectedvirtual |
◆ async_request_update()
| void sc_core::sc_prim_channel::async_request_update |
( |
| ) |
|
|
protected |
◆ before_end_of_elaboration()
| virtual void sc_core::sc_prim_channel::before_end_of_elaboration |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ end_of_elaboration()
| virtual void sc_core::sc_prim_channel::end_of_elaboration |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ end_of_simulation()
| virtual void sc_core::sc_prim_channel::end_of_simulation |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ kind()
| virtual const char * sc_core::sc_prim_channel::kind |
( |
| ) |
const |
|
inlinevirtual |
◆ next_trigger() [1/12]
| void sc_core::sc_prim_channel::next_trigger |
( |
| ) |
|
|
protected |
◆ next_trigger() [2/12]
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_event & | e | ) |
|
|
protected |
◆ next_trigger() [3/12]
◆ next_trigger() [4/12]
◆ next_trigger() [5/12]
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & | t | ) |
|
|
protected |
◆ next_trigger() [6/12]
| void sc_core::sc_prim_channel::next_trigger |
( |
const sc_time & | t, |
|
|
const sc_event & | e ) |
|
protected |
◆ next_trigger() [7/12]
◆ next_trigger() [8/12]
◆ next_trigger() [9/12]
| void sc_core::sc_prim_channel::next_trigger |
( |
double | d, |
|
|
sc_time_unit | u ) |
|
protected |
◆ next_trigger() [10/12]
◆ next_trigger() [11/12]
◆ next_trigger() [12/12]
◆ operator=()
◆ request_update()
| void sc_core::sc_prim_channel::request_update |
( |
| ) |
|
|
protected |
◆ start_of_simulation()
| virtual void sc_core::sc_prim_channel::start_of_simulation |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ timed_out()
| bool sc_core::sc_prim_channel::timed_out |
( |
| ) |
|
|
protected |
◆ update()
| virtual void sc_core::sc_prim_channel::update |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ wait() [1/13]
| void sc_core::sc_prim_channel::wait |
( |
| ) |
|
|
protected |
◆ wait() [2/13]
| void sc_core::sc_prim_channel::wait |
( |
const sc_event & | e | ) |
|
|
protected |
◆ wait() [3/13]
◆ wait() [4/13]
◆ wait() [5/13]
| void sc_core::sc_prim_channel::wait |
( |
const sc_time & | t | ) |
|
|
protected |
◆ wait() [6/13]
| void sc_core::sc_prim_channel::wait |
( |
const sc_time & | t, |
|
|
const sc_event & | e ) |
|
protected |
◆ wait() [7/13]
◆ wait() [8/13]
◆ wait() [9/13]
| void sc_core::sc_prim_channel::wait |
( |
double | d, |
|
|
sc_time_unit | u ) |
|
protected |
◆ wait() [10/13]
◆ wait() [11/13]
◆ wait() [12/13]
◆ wait() [13/13]
| void sc_core::sc_prim_channel::wait |
( |
int | i | ) |
|
|
protected |
◆ sc_gem5::Channel
◆ sc_gem5::Kernel
◆ _gem5_channel
The documentation for this class was generated from the following files: