sc_core::sc_fifo_blocking_in_if< T > Class Template Reference

The sc_fifo<T> input blocking interface class. More...

#include <sysc/communication/sc_fifo_ifs.h>

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

List of all members.

Public Member Functions

virtual void read (T &, int)=0
 A new parameter segment ID is added for the out-of-order simulation.
virtual T read (int)=0
 A new parameter segment ID is added for the out-of-order simulation.

Detailed Description

template<class T>
class sc_core::sc_fifo_blocking_in_if< T >

The sc_fifo<T> input blocking interface class.

Definition at line 61 of file sc_fifo_ifs.h.


Member Function Documentation

template<class T >
virtual T sc_core::sc_fifo_blocking_in_if< T >::read ( int   )  [pure virtual]

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

Implemented in sc_core::sc_fifo< T >.

template<class T >
virtual void sc_core::sc_fifo_blocking_in_if< T >::read ( T &  ,
int   
) [pure virtual]

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

Implemented in sc_core::sc_fifo< T >.


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

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1