#include <rc_rv_ports.h>
Definition at line 108 of file rc_rv_ports.h.
Public Types | |
typedef sc_signal_out_if < sc_dt::sc_lv< W > > | if_type |
Public Member Functions | |
rc_out_rv () | |
rc_out_rv (const char *name_) | |
this_type & | operator= (const sc_dt::sc_lv< W > &v) |
this_type & | operator= (const sc_signal_in_if< sc_dt::sc_lv< W > > &v) |
this_type & | operator= (const sc_port< sc_signal_in_if< sc_dt::sc_lv< W > >, 1 > &v) |
this_type & | operator= (const sc_port< sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 > &v) |
this_type & | operator= (const rc_inout_rv< W > &v) |
virtual void | end_of_elaboration () |
Private Types | |
typedef rc_out_rv< W > | this_type |
typedef ::sc_core::sc_out_rv < W > | base_type |
Definition at line 112 of file rc_rv_ports.h.
typedef ::sc_core::sc_out_rv<W> base_type [private] |
Definition at line 113 of file rc_rv_ports.h.
typedef sc_signal_out_if<sc_dt::sc_lv<W> > if_type |
Definition at line 116 of file rc_rv_ports.h.
rc_out_rv | ( | ) | [inline] |
Definition at line 119 of file rc_rv_ports.h.
rc_out_rv | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 121 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_dt::sc_lv< W > & | v | ) | [inline] |
Definition at line 125 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_signal_in_if< sc_dt::sc_lv< W > > & | v | ) | [inline] |
Definition at line 127 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_port< sc_signal_in_if< sc_dt::sc_lv< W > >, 1 > & | v | ) | [inline] |
Definition at line 129 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_port< sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 > & | v | ) | [inline] |
Definition at line 131 of file rc_rv_ports.h.
this_type& operator= | ( | const rc_inout_rv< W > & | v | ) | [inline] |
Definition at line 133 of file rc_rv_ports.h.
virtual void end_of_elaboration | ( | ) | [inline, virtual] |
Definition at line 136 of file rc_rv_ports.h.