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 169 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 176 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 178 of file sc_fifo_ports.h.

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

Definition at line 182 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 183 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 189 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 193 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 197 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 201 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 205 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 209 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 213 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 217 of file sc_fifo_ports.h.

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

Definition at line 224 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 261 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 255 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 243 of file sc_fifo_ports.h.

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

Definition at line 249 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 237 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