sc_core::sc_fifo_out< T > Class Template Reference

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

#include <sysc/communication/sc_fifo_ports.h>

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

List of all members.

Public Types

typedef T data_type
typedef sc_fifo_out_if< data_typeif_type
typedef sc_port< if_type,
0, SC_ONE_OR_MORE_BOUND > 
base_type
typedef sc_fifo_out< data_typethis_type
typedef if_type out_if_type
typedef sc_port_b< out_if_typeout_port_type

Public Member Functions

 sc_fifo_out ()
 sc_fifo_out (const char *name_)
 sc_fifo_out (out_if_type &interface_)
 sc_fifo_out (const char *name_, out_if_type &interface_)
 sc_fifo_out (out_port_type &parent_)
 sc_fifo_out (const char *name_, out_port_type &parent_)
 sc_fifo_out (this_type &parent_)
 sc_fifo_out (const char *name_, this_type &parent_)
virtual ~sc_fifo_out ()
void write (const data_type &value_, int seg_id)
 A new parameter segment ID is added for the out-of-order simulation.
bool nb_write (const data_type &value_)
int num_free () const
const sc_eventdata_read_event () const
sc_event_finderdata_read () const
virtual const char * kind () const

Detailed Description

template<class T>
class sc_core::sc_fifo_out< T >

The sc_fifo<T> output port class.

Definition at line 170 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_out< T >::base_type
template<class T >
typedef T sc_core::sc_fifo_out< T >::data_type

Definition at line 177 of file sc_fifo_ports.h.

template<class T >
typedef sc_fifo_out_if<data_type> sc_core::sc_fifo_out< T >::if_type

Definition at line 179 of file sc_fifo_ports.h.

template<class T >
typedef if_type sc_core::sc_fifo_out< T >::out_if_type

Definition at line 183 of file sc_fifo_ports.h.

template<class T >
typedef sc_port_b<out_if_type> sc_core::sc_fifo_out< T >::out_port_type

Definition at line 184 of file sc_fifo_ports.h.

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

Constructor & Destructor Documentation

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

Definition at line 190 of file sc_fifo_ports.h.

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

Definition at line 194 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_out< T >::sc_fifo_out ( out_if_type interface_  )  [inline, explicit]

Definition at line 198 of file sc_fifo_ports.h.

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

Definition at line 202 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_out< T >::sc_fifo_out ( out_port_type parent_  )  [inline, explicit]

Definition at line 206 of file sc_fifo_ports.h.

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

Definition at line 210 of file sc_fifo_ports.h.

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

Definition at line 214 of file sc_fifo_ports.h.

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

Definition at line 218 of file sc_fifo_ports.h.

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

Definition at line 225 of file sc_fifo_ports.h.


Member Function Documentation

template<class T >
sc_event_finder& sc_core::sc_fifo_out< T >::data_read (  )  const [inline]

Definition at line 262 of file sc_fifo_ports.h.

template<class T >
const sc_event& sc_core::sc_fifo_out< T >::data_read_event (  )  const [inline]

Definition at line 256 of file sc_fifo_ports.h.

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

Definition at line 244 of file sc_fifo_ports.h.

template<class T >
int sc_core::sc_fifo_out< T >::num_free (  )  const [inline]

Definition at line 250 of file sc_fifo_ports.h.

template<class T >
void sc_core::sc_fifo_out< T >::write ( const data_type value_,
int  seg_id 
) [inline]

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

Definition at line 238 of file sc_fifo_ports.h.


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

Generated on 30 Sep 2018 for SystemC by  doxygen 1.6.1