The sc_fifo<T> input blocking interface class. More...
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual void | read (T &, sc_segid)=0 |
A new parameter segment ID is added for the out-of-order simulation. | |
virtual void | read (T &)=0 |
virtual T | read (sc_segid)=0 |
A new parameter segment ID is added for the out-of-order simulation. | |
virtual T | read ()=0 |
The sc_fifo<T> input blocking interface class.
Definition at line 61 of file sc_fifo_ifs.h.
virtual T sc_core::sc_fifo_blocking_in_if< T >::read | ( | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
virtual T sc_core::sc_fifo_blocking_in_if< T >::read | ( | sc_segid | ) | [pure virtual] |
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_fifo< T >.
virtual void sc_core::sc_fifo_blocking_in_if< T >::read | ( | T & | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
virtual void sc_core::sc_fifo_blocking_in_if< T >::read | ( | T & | , | |
sc_segid | ||||
) | [pure virtual] |
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_fifo< T >.