SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Abstract base class of all primitive channel classes. More...
#include <sysc/communication/sc_prim_channel.h>
Public Types | |
enum | { list_end = 0xdb } |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
virtual const char * | kind () const |
bool | update_requested () |
void | request_update () |
void | async_request_update () |
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 |
Friends | |
class | sc_prim_channel_registry |
Abstract base class of all primitive channel classes.
Definition at line 48 of file sc_prim_channel.h.
|
inherited |
Definition at line 75 of file sc_object.h.
anonymous enum |
Enumerator | |
---|---|
list_end |
Definition at line 54 of file sc_prim_channel.h.
|
protected |
|
explicitprotected |
|
protectedvirtual |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
inlineprotected |
Definition at line 363 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 370 of file sc_prim_channel.h.
|
inline |
Definition at line 356 of file sc_prim_channel.h.
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtual |
Reimplemented in sc_core::sc_clock.
|
virtualinherited |
|
protectedvirtual |
|
protectedvirtual |
|
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.
|
inherited |
|
inlineinherited |
Definition at line 121 of file sc_object.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Reimplemented in sc_core::sc_signal_t< T, POL >, sc_core::sc_signal_t< bool, POL >, sc_core::sc_signal_t< sc_dt::sc_logic, POL >, sc_core::sc_fifo< T >, sc_core::sc_signal_rv< W >, sc_core::sc_clock, sc_core::sc_signal_channel, sc_core::sc_signal_resolved, and sc_core::sc_buffer< T, POL >.
Definition at line 56 of file sc_prim_channel.h.
|
inlineinherited |
Definition at line 77 of file sc_object.h.
|
inlineprotected |
Definition at line 150 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 156 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 159 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 162 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 165 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 168 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 171 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 174 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 178 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 181 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 185 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 188 of file sc_prim_channel.h.
|
inherited |
|
virtualinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
inline |
Definition at line 344 of file sc_prim_channel.h.
|
inlineinherited |
Definition at line 91 of file sc_object.h.
|
protectedvirtual |
|
inlineprotected |
Definition at line 195 of file sc_prim_channel.h.
|
virtualinherited |
|
protectedinherited |
|
protectedvirtual |
Reimplemented in sc_core::sc_signal< sc_dt::sc_logic, POL >, sc_core::sc_signal< bool, POL >, sc_core::sc_signal_t< T, POL >, sc_core::sc_signal_t< bool, POL >, sc_core::sc_signal_t< sc_dt::sc_logic, POL >, sc_core::sc_signal_rv< W >, sc_core::sc_fifo< T >, sc_core::sc_signal_resolved, and sc_core::sc_buffer< T, POL >.
|
inline |
Definition at line 59 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 105 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 111 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 114 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 117 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 120 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 123 of file sc_prim_channel.h.
Definition at line 126 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 129 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 132 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 135 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 138 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 141 of file sc_prim_channel.h.
|
inlineprotected |
Definition at line 144 of file sc_prim_channel.h.
|
friend |
Definition at line 51 of file sc_prim_channel.h.