sc_core::sc_signal_rv< W > Class Template Reference

The resolved vector signal class. More...

#include <sysc/communication/sc_signal_rv.h>

Inheritance diagram for sc_core::sc_signal_rv< W >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_signal_rv< W >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef sc_signal_rv< W > this_type
typedef sc_signal
< sc_dt::sc_lv< W >
, SC_MANY_WRITERS > 
base_type
typedef sc_dt::sc_lv< W > data_type

Public Member Functions

 sc_signal_rv ()
 sc_signal_rv (const char *name_)
virtual ~sc_signal_rv ()
virtual void register_port (sc_port_base &, const char *)
virtual void write (const data_type &)
this_typeoperator= (const data_type &a)
this_typeoperator= (const this_type &a)
virtual const char * kind () const

Protected Member Functions

virtual void update ()
 The update method (does nothing by default).

Protected Attributes

std::vector< sc_process_b * > m_proc_vec
std::vector< data_type * > m_val_vec

Detailed Description

template<int W>
class sc_core::sc_signal_rv< W >

The resolved vector signal class.

Definition at line 93 of file sc_signal_rv.h.


Member Typedef Documentation

template<int W>
typedef sc_signal<sc_dt::sc_lv<W>, SC_MANY_WRITERS> sc_core::sc_signal_rv< W >::base_type

Definition at line 101 of file sc_signal_rv.h.

template<int W>
typedef sc_dt::sc_lv<W> sc_core::sc_signal_rv< W >::data_type

Definition at line 102 of file sc_signal_rv.h.

template<int W>
typedef sc_signal_rv<W> sc_core::sc_signal_rv< W >::this_type

Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.

Definition at line 100 of file sc_signal_rv.h.


Constructor & Destructor Documentation

template<int W>
sc_core::sc_signal_rv< W >::sc_signal_rv (  )  [inline]

Definition at line 108 of file sc_signal_rv.h.

template<int W>
sc_core::sc_signal_rv< W >::sc_signal_rv ( const char *  name_  )  [inline, explicit]

Definition at line 112 of file sc_signal_rv.h.

template<int W>
sc_core::sc_signal_rv< W >::~sc_signal_rv (  )  [inline, virtual]

Definition at line 165 of file sc_signal_rv.h.


Member Function Documentation

template<int W>
virtual const char* sc_core::sc_signal_rv< W >::kind (  )  const [inline, virtual]

Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.

Definition at line 139 of file sc_signal_rv.h.

template<int W>
this_type& sc_core::sc_signal_rv< W >::operator= ( const this_type a  )  [inline]

Reimplemented from sc_core::sc_prim_channel.

Definition at line 136 of file sc_signal_rv.h.

template<int W>
this_type& sc_core::sc_signal_rv< W >::operator= ( const data_type a  )  [inline]

Definition at line 133 of file sc_signal_rv.h.

template<int W>
virtual void sc_core::sc_signal_rv< W >::register_port ( sc_port_base ,
const char *   
) [inline, virtual]

Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.

Definition at line 123 of file sc_signal_rv.h.

template<int W>
void sc_core::sc_signal_rv< W >::update (  )  [inline, protected, virtual]

The update method (does nothing by default).

This function is not supported by the out-of-order simulation in the current release.

Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.

Definition at line 211 of file sc_signal_rv.h.

template<int W>
void sc_core::sc_signal_rv< W >::write ( const data_type value_  )  [inline, virtual]

Definition at line 178 of file sc_signal_rv.h.


Member Data Documentation

template<int W>
std::vector<sc_process_b*> sc_core::sc_signal_rv< W >::m_proc_vec [protected]

Definition at line 148 of file sc_signal_rv.h.

template<int W>
std::vector<data_type*> sc_core::sc_signal_rv< W >::m_val_vec [protected]

Definition at line 149 of file sc_signal_rv.h.


The documentation for this class was generated from the following file:

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1