|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_stub.h>


Public Types | |
| typedef sc_stub< T > | this_type |
Public Member Functions | |
| sc_stub (const char *nm) | |
| sc_stub (const char *nm, const T &val) | |
| const T & | read () const |
| operator const T & () const | |
| virtual void | write (const T &) |
| this_type & | operator= (const T &) |
| this_type & | operator= (const sc_signal_in_if< T > &) |
| this_type & | operator= (const this_type &) |
| const char * | kind () const |
| void | print (::std::ostream &os=::std::cout) const |
| void | dump (::std::ostream &os=::std::cout) const |
| const sc_event & | default_event () const |
| const sc_event & | value_changed_event () const |
| const sc_event & | posedge_event () const |
| const sc_event & | negedge_event () const |
| bool | event () const |
| bool | posedge () const |
| bool | negedge () const |
| const T & | get_data_ref () const |
| ~sc_stub () | |
| virtual const sc_event & | value_changed_event () const =0 |
| virtual const T & | read () const =0 |
| virtual const T & | get_data_ref () const =0 |
| virtual bool | event () const =0 |
Public Member Functions inherited from sc_core::sc_interface | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| virtual const sc_event & | default_event () const |
| virtual | ~sc_interface () |
Public Member Functions inherited from sc_core::sc_signal_write_if< T > | |
| sc_signal_write_if () | |
| virtual void | write (const T &)=0 |
| virtual sc_writer_policy | get_writer_policy () const |
Public Member Functions inherited from sc_core::sc_prim_channel | |
| virtual const char * | kind () const |
| bool | update_requested () |
| void | request_update () |
| void | async_request_update () |
Public Member Functions inherited from sc_core::sc_object | |
| const char * | name () const |
| const char * | basename () const |
| virtual void | print (::std::ostream &os=::std::cout) const |
| virtual void | dump (::std::ostream &os=::std::cout) const |
| virtual void | trace (sc_trace_file *tf) const |
| virtual const char * | kind () const |
| sc_simcontext * | simcontext () const |
| bool | add_attribute (sc_attr_base &) |
| sc_attr_base * | get_attribute (const std::string &name_) |
| const sc_attr_base * | get_attribute (const std::string &name_) const |
| sc_attr_base * | remove_attribute (const std::string &name_) |
| void | remove_all_attributes () |
| int | num_attributes () const |
| sc_attr_cltn & | attr_cltn () |
| const sc_attr_cltn & | attr_cltn () const |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
| sc_object * | get_parent () const |
| sc_object * | get_parent_object () const |
| virtual | ~sc_object () |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_signal_inout_if< T > | |
| sc_signal_inout_if () | |
Protected Member Functions inherited from sc_core::sc_signal_in_if< T > | |
| sc_signal_in_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
Protected Member Functions inherited from sc_core::sc_prim_channel | |
| 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 () |
Protected Member Functions inherited from sc_core::sc_object | |
| sc_object () | |
| sc_object (const char *nm) | |
| sc_object (const sc_object &) | |
| sc_object & | operator= (const sc_object &) |
| virtual hierarchy_scope | get_hierarchy_scope () |
| typedef sc_stub<T> sc_core::sc_stub< T >::this_type |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inlinevirtual |
Reimplemented from sc_core::sc_interface.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< T >.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< T >.
|
inlinevirtual |
Reimplemented from sc_core::sc_prim_channel.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< T >.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< T >.
|
inlinevirtual |
Implements sc_core::sc_signal_write_if< T >.