sc_core::sc_fifo_in< T > Class Template Reference

The sc_fifo<T> input port class. More...

#include <sysc/communication/sc_fifo_ports.h>

Inheritance diagram for sc_core::sc_fifo_in< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_fifo_in< T >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T data_type
typedef sc_fifo_in_if< data_typeif_type
typedef sc_port< if_type,
0, SC_ONE_OR_MORE_BOUND > 
base_type
typedef sc_fifo_in< data_typethis_type
typedef if_type in_if_type
typedef sc_port_b< in_if_typein_port_type

Public Member Functions

 sc_fifo_in ()
 sc_fifo_in (const char *name_)
 sc_fifo_in (in_if_type &interface_)
 sc_fifo_in (const char *name_, in_if_type &interface_)
 sc_fifo_in (in_port_type &parent_)
 sc_fifo_in (const char *name_, in_port_type &parent_)
 sc_fifo_in (this_type &parent_)
 sc_fifo_in (const char *name_, this_type &parent_)
virtual ~sc_fifo_in ()
void read (data_type &value_, int seg_id)
 A new parameter segment ID is added for the out-of-order simulation.
data_type read (int seg_id)
 A new parameter segment ID is added for the out-of-order simulation.
bool nb_read (data_type &value_)
int num_available () const
const sc_eventdata_written_event () const
sc_event_finderdata_written () const
virtual const char * kind () const

Detailed Description

template<class T>
class sc_core::sc_fifo_in< T >

The sc_fifo<T> input port class.

Definition at line 43 of file sc_fifo_ports.h.


Member Typedef Documentation

template<class T >
typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> sc_core::sc_fifo_in< T >::base_type
template<class T >
typedef T sc_core::sc_fifo_in< T >::data_type

Definition at line 50 of file sc_fifo_ports.h.

template<class T >
typedef sc_fifo_in_if<data_type> sc_core::sc_fifo_in< T >::if_type

Definition at line 52 of file sc_fifo_ports.h.

template<class T >
typedef if_type sc_core::sc_fifo_in< T >::in_if_type

Definition at line 56 of file sc_fifo_ports.h.

template<class T >
typedef sc_port_b<in_if_type> sc_core::sc_fifo_in< T >::in_port_type

Definition at line 57 of file sc_fifo_ports.h.

template<class T >
typedef sc_fifo_in<data_type> sc_core::sc_fifo_in< T >::this_type

Constructor & Destructor Documentation

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in (  )  [inline]

Definition at line 63 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_  )  [inline, explicit]

Definition at line 67 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( in_if_type interface_  )  [inline, explicit]

Definition at line 71 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
in_if_type interface_ 
) [inline]

Definition at line 75 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( in_port_type parent_  )  [inline, explicit]

Definition at line 79 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
in_port_type parent_ 
) [inline]

Definition at line 83 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( this_type parent_  )  [inline]

Definition at line 87 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
this_type parent_ 
) [inline]

Definition at line 91 of file sc_fifo_ports.h.

template<class T >
virtual sc_core::sc_fifo_in< T >::~sc_fifo_in (  )  [inline, virtual]

Definition at line 98 of file sc_fifo_ports.h.


Member Function Documentation

template<class T >
sc_event_finder& sc_core::sc_fifo_in< T >::data_written (  )  const [inline]

Definition at line 143 of file sc_fifo_ports.h.

template<class T >
const sc_event& sc_core::sc_fifo_in< T >::data_written_event (  )  const [inline]

Definition at line 137 of file sc_fifo_ports.h.

template<class T >
virtual const char* sc_core::sc_fifo_in< T >::kind (  )  const [inline, virtual]
template<class T >
bool sc_core::sc_fifo_in< T >::nb_read ( data_type value_  )  [inline]

Definition at line 125 of file sc_fifo_ports.h.

template<class T >
int sc_core::sc_fifo_in< T >::num_available (  )  const [inline]

Definition at line 131 of file sc_fifo_ports.h.

template<class T >
data_type sc_core::sc_fifo_in< T >::read ( int  seg_id  )  [inline]

A new parameter segment ID is added for the out-of-order simulation.

Definition at line 119 of file sc_fifo_ports.h.

template<class T >
void sc_core::sc_fifo_in< T >::read ( data_type value_,
int  seg_id 
) [inline]

A new parameter segment ID is added for the out-of-order simulation.

Definition at line 111 of file sc_fifo_ports.h.


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

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1