Go to the documentation of this file.
28 #ifndef __SYSTEMC_EXT_CHANNEL_SC_FIFO_OUT_HH__
29 #define __SYSTEMC_EXT_CHANNEL_SC_FIFO_OUT_HH__
31 #include "../core/sc_port.hh"
38 class sc_event_finder;
79 void write(
const T &
t) { (*this)->write(
t); }
80 bool nb_write(
const T &
t) {
return (*this)->nb_write(
t); }
84 return (*this)->data_read_event();
87 int num_free()
const {
return (*this)->num_free(); }
88 virtual const char *
kind()
const {
return "sc_fifo_out"; }
100 #endif //__SYSTEMC_EXT_CHANNEL_SC_FIFO_OUT_HH__
sc_event_finder_t< sc_fifo_out_if< T > > _dataReadFinder
const sc_event & data_read_event() const
sc_fifo_out< T > & operator=(const sc_fifo_out< T > &)
sc_fifo_out(const char *name, sc_port< sc_fifo_out_if< T >, 0 > &parent)
sc_event_finder & data_read() const
virtual const char * kind() const
sc_fifo_out(sc_port< sc_fifo_out_if< T >, 0 > &parent)
sc_fifo_out(const char *name, const sc_fifo_out_if< T > &interface)
sc_fifo_out(const char *name)
sc_fifo_out(sc_port_b< sc_fifo_out_if< T > > &parent)
const char * name() const
sc_fifo_out(const char *name, sc_port_b< sc_fifo_out_if< T > > &parent)
bool nb_write(const T &t)
sc_fifo_out(const sc_fifo_out_if< T > &interface)
sc_fifo_out(const sc_fifo_out< T > &)
Generated on Wed Sep 30 2020 14:02:15 for gem5 by doxygen 1.8.17