The sc_signal_rv<W> input/output port class. More...
#include <sysc/communication/sc_signal_rv_ports.h>
The sc_signal_rv<W> input/output port class.
Definition at line 157 of file sc_signal_rv_ports.h.
typedef sc_inout<data_type> sc_core::sc_inout_rv< W >::base_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 167 of file sc_signal_rv_ports.h.
typedef sc_dt::sc_lv<W> sc_core::sc_inout_rv< W >::data_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 164 of file sc_signal_rv_ports.h.
typedef base_type::in_if_type sc_core::sc_inout_rv< W >::in_if_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 169 of file sc_signal_rv_ports.h.
typedef base_type::in_port_type sc_core::sc_inout_rv< W >::in_port_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 170 of file sc_signal_rv_ports.h.
typedef base_type::inout_if_type sc_core::sc_inout_rv< W >::inout_if_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 171 of file sc_signal_rv_ports.h.
typedef base_type::inout_port_type sc_core::sc_inout_rv< W >::inout_port_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 172 of file sc_signal_rv_ports.h.
typedef sc_inout_rv<W> sc_core::sc_inout_rv< W >::this_type |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 166 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | ) | [inline] |
Definition at line 178 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 182 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 186 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
inout_if_type & | interface_ | |||
) | [inline] |
Definition at line 190 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 194 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 198 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | this_type & | parent_ | ) | [inline] |
Definition at line 202 of file sc_signal_rv_ports.h.
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 206 of file sc_signal_rv_ports.h.
virtual sc_core::sc_inout_rv< W >::~sc_inout_rv | ( | ) | [inline, virtual] |
Definition at line 213 of file sc_signal_rv_ports.h.
void sc_core::sc_inout_rv< W >::end_of_elaboration | ( | ) | [inline, virtual] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Definition at line 258 of file sc_signal_rv_ports.h.
virtual const char* sc_core::sc_inout_rv< W >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 241 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const this_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 231 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >, and sc_core::sc_out_rv< W >.
Definition at line 228 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >, and sc_core::sc_out_rv< W >.
Definition at line 225 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 222 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const data_type & | value_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 219 of file sc_signal_rv_ports.h.