The sc_signal_rv<W> input port class. More...
#include <sysc/communication/sc_signal_rv_ports.h>
Public Types | |
typedef sc_dt::sc_lv< W > | data_type |
typedef sc_in_rv< W > | this_type |
typedef sc_in< data_type > | base_type |
typedef base_type::in_if_type | in_if_type |
typedef base_type::in_port_type | in_port_type |
typedef base_type::inout_port_type | inout_port_type |
Public Member Functions | |
sc_in_rv () | |
sc_in_rv (const char *name_) | |
sc_in_rv (const in_if_type &interface_) | |
sc_in_rv (const char *name_, const in_if_type &interface_) | |
sc_in_rv (in_port_type &parent_) | |
sc_in_rv (const char *name_, in_port_type &parent_) | |
sc_in_rv (inout_port_type &parent_) | |
sc_in_rv (const char *name_, inout_port_type &parent_) | |
sc_in_rv (this_type &parent_) | |
sc_in_rv (const char *name_, this_type &parent_) | |
virtual | ~sc_in_rv () |
virtual void | end_of_elaboration () |
virtual const char * | kind () const |
The sc_signal_rv<W> input port class.
Definition at line 47 of file sc_signal_rv_ports.h.
typedef sc_in<data_type> sc_core::sc_in_rv< W >::base_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 57 of file sc_signal_rv_ports.h.
typedef sc_dt::sc_lv<W> sc_core::sc_in_rv< W >::data_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 54 of file sc_signal_rv_ports.h.
typedef base_type::in_if_type sc_core::sc_in_rv< W >::in_if_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 59 of file sc_signal_rv_ports.h.
typedef base_type::in_port_type sc_core::sc_in_rv< W >::in_port_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 60 of file sc_signal_rv_ports.h.
typedef base_type::inout_port_type sc_core::sc_in_rv< W >::inout_port_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 61 of file sc_signal_rv_ports.h.
typedef sc_in_rv<W> sc_core::sc_in_rv< W >::this_type |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 56 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | ) | [inline] |
Definition at line 67 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 71 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const in_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 75 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const char * | name_, | |
const in_if_type & | interface_ | |||
) | [inline] |
Definition at line 79 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | in_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 83 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const char * | name_, | |
in_port_type & | parent_ | |||
) | [inline] |
Definition at line 87 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 91 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 95 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | this_type & | parent_ | ) | [inline] |
Definition at line 99 of file sc_signal_rv_ports.h.
sc_core::sc_in_rv< W >::sc_in_rv | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 103 of file sc_signal_rv_ports.h.
virtual sc_core::sc_in_rv< W >::~sc_in_rv | ( | ) | [inline, virtual] |
Definition at line 110 of file sc_signal_rv_ports.h.
void sc_core::sc_in_rv< W >::end_of_elaboration | ( | ) | [inline, virtual] |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 138 of file sc_signal_rv_ports.h.
virtual const char* sc_core::sc_in_rv< W >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_in< sc_dt::sc_lv< W > >.
Definition at line 120 of file sc_signal_rv_ports.h.