Go to the documentation of this file.
28 #ifndef __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
29 #define __SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
31 #include "../core/sc_event.hh"
32 #include "../core/sc_port.hh"
39 class sc_event_finder;
80 void read(T &
t) { (*this)->read(
t); }
81 T
read() {
return (*this)->read(); }
86 return (*this)->data_written_event();
90 virtual const char *
kind()
const {
return "sc_fifo_in"; }
102 #endif //__SYSTEMC_EXT_CHANNEL_SC_FIFO_IN_HH__
sc_fifo_in(const char *name, sc_port_b< sc_fifo_in_if< T > > &parent)
int num_available() const
sc_fifo_in(sc_port_b< sc_fifo_in_if< T > > &parent)
virtual const char * kind() const
sc_event_finder & data_written() const
sc_fifo_in(const char *name, const sc_fifo_in_if< T > &interface)
sc_event_finder_t< sc_fifo_in_if< T > > _dataWrittenFinder
sc_fifo_in(const sc_fifo_in< T > &)
sc_fifo_in(const char *name)
sc_fifo_in(const char *name, sc_port< sc_fifo_in_if< T >, 0 > &parent)
sc_fifo_in(sc_port< sc_fifo_in_if< T >, 0 > &parent)
sc_fifo_in< T > & operator=(const sc_fifo_in< T > &)
sc_fifo_in(const sc_fifo_in_if< T > &interface)
const char * name() const
const sc_event & data_written_event() const
Generated on Wed Sep 30 2020 14:02:15 for gem5 by doxygen 1.8.17