SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual int | num_free () const =0 |
virtual bool | nb_write (const T &)=0 |
virtual const sc_event & | data_read_event () const =0 |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
virtual void | write (const T &)=0 |
Protected Member Functions | |
sc_fifo_out_if () | |
Definition at line 151 of file sc_fifo_ifs.h.
|
inlineprotected |
Definition at line 164 of file sc_fifo_ifs.h.
|
pure virtualinherited |
Implemented in sc_core::sc_fifo< T >.
|
virtualinherited |
|
pure virtualinherited |
Implemented in sc_core::sc_fifo< T >.
|
pure virtual |
Implemented in sc_core::sc_fifo< T >.
|
virtualinherited |
|
pure virtualinherited |
Implemented in sc_core::sc_fifo< T >.