sc_core::sc_fifo_in_if< T > Class Template Reference

#include <sysc/communication/sc_fifo_ifs.h>

Inheritance diagram for sc_core::sc_fifo_in_if< T >:

Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_fifo_in_if< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual int num_available () const =0
virtual bool nb_read (T &)=0
virtual const sc_eventdata_written_event () const =0
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 register a port with this interface (does nothing by default); define this for static design rule checking
virtual const sc_eventdefault_event () const
 get the default event (default: return event that is never notified)
virtual void read (T &)=0
virtual T read ()=0

Protected Member Functions

 sc_fifo_in_if ()


Detailed Description

template<class T>
class sc_core::sc_fifo_in_if< T >

Definition at line 105 of file sc_fifo_ifs.h.


Constructor & Destructor Documentation

template<class T>
sc_core::sc_fifo_in_if< T >::sc_fifo_in_if (  )  [inline, protected]

Definition at line 118 of file sc_fifo_ifs.h.


Member Function Documentation

template<class T>
virtual int sc_core::sc_fifo_in_if< T >::num_available (  )  const [pure virtual]

Implemented in sc_core::sc_fifo< T >.

template<class T>
virtual bool sc_core::sc_fifo_nonblocking_in_if< T >::nb_read ( T  )  [pure virtual, inherited]

Implemented in sc_core::sc_fifo< T >.

template<class T>
virtual const sc_event& sc_core::sc_fifo_nonblocking_in_if< T >::data_written_event (  )  const [pure virtual, inherited]

Implemented in sc_core::sc_fifo< T >.

void sc_core::sc_interface::register_port ( sc_port_base port_,
const char *  if_typename_ 
) [virtual, inherited]

register a port with this interface (does nothing by default); define this for static design rule checking

Reimplemented in sc_core::sc_clock, sc_core::sc_fifo< T >, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, sc_core::sc_signal_resolved, sc_core::sc_signal_rv< W >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.

Definition at line 62 of file sc_interface.cpp.

const sc_event & sc_core::sc_interface::default_event (  )  const [virtual, inherited]

get the default event (default: return event that is never notified)

Reimplemented in sc_core::sc_event_queue, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.

Definition at line 69 of file sc_interface.cpp.

template<class T>
virtual void sc_core::sc_fifo_blocking_in_if< T >::read ( T  )  [pure virtual, inherited]

Implemented in sc_core::sc_fifo< T >.

template<class T>
virtual T sc_core::sc_fifo_blocking_in_if< T >::read (  )  [pure virtual, inherited]

Implemented in sc_core::sc_fifo< T >.


The documentation for this class was generated from the following file:

Generated on Wed Jan 21 15:32:12 2009 for SystemC by  doxygen 1.5.5