SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_export.h>
Public Types | |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
sc_export () | |
sc_export (const char *name_) | |
virtual | ~sc_export () |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
const IF * | operator-> () const |
IF * | operator-> () |
operator IF & () | |
operator const IF & () const | |
SC_VIRTUAL_ void | bind (IF &interface_) |
void | operator() (IF &interface_) |
virtual const char * | kind () const |
virtual sc_type_index | get_interface_type () const |
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 |
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 |
Protected Member Functions | |
virtual void | before_end_of_elaboration () |
virtual void | end_of_elaboration () |
virtual void | start_of_simulation () |
virtual void | end_of_simulation () |
void | report_error (const char *id, const char *add_msg=0) const |
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) |
Protected Attributes | |
IF * | m_interface_p |
Definition at line 124 of file sc_export.h.
|
inherited |
Definition at line 75 of file sc_object.h.
|
inline |
Definition at line 129 of file sc_export.h.
|
inlineexplicit |
Definition at line 134 of file sc_export.h.
|
inlinevirtual |
Definition at line 140 of file sc_export.h.
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
inline |
Definition at line 188 of file sc_export.h.
|
virtualinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Definition at line 114 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented in sc_core::sc_process_b, and sc_core::sc_module.
Definition at line 117 of file sc_object.h.
|
inlinevirtual |
Implements sc_core::sc_export_base.
Definition at line 146 of file sc_export.h.
|
inlinevirtual |
Implements sc_core::sc_export_base.
Definition at line 151 of file sc_export.h.
|
inlinevirtual |
Implements sc_core::sc_export_base.
Definition at line 207 of file sc_export.h.
|
inherited |
|
inlineinherited |
Definition at line 121 of file sc_object.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 204 of file sc_export.h.
|
inlineinherited |
Definition at line 77 of file sc_object.h.
|
inherited |
|
inline |
Definition at line 183 of file sc_export.h.
|
inline |
Definition at line 174 of file sc_export.h.
|
inline |
Definition at line 198 of file sc_export.h.
|
inline |
Definition at line 156 of file sc_export.h.
|
inline |
Definition at line 165 of file sc_export.h.
|
virtualinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protectedinherited |
|
inlineinherited |
Definition at line 91 of file sc_object.h.
|
protectedvirtualinherited |
|
virtualinherited |
|
protectedinherited |
|
protected |
Definition at line 217 of file sc_export.h.