|
| | sc_signal_channel (const char *name_) |
| |
| void | do_update () |
| |
| void | deprecated_get_data_ref () const |
| |
| void | deprecated_get_new_value () const |
| |
| void | deprecated_trace () const |
| |
| sc_event * | lazy_kernel_event (sc_event **, const char *) const |
| |
| void | notify_next_delta (sc_event *ev) const |
| |
| | 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 83 of file sc_signal.h.