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