sc_core::sc_event_queue_if Class Reference

#include <sysc/communication/sc_event_queue.h>

Inheritance diagram for sc_core::sc_event_queue_if:

Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_event_queue_if:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void notify (double when, sc_time_unit base)=0
virtual void notify (const sc_time &when)=0
virtual void cancel_all ()=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)


Detailed Description

Definition at line 79 of file sc_event_queue.h.


Member Function Documentation

virtual void sc_core::sc_event_queue_if::notify ( double  when,
sc_time_unit  base 
) [pure virtual]

Implemented in sc_core::sc_event_queue.

virtual void sc_core::sc_event_queue_if::notify ( const sc_time when  )  [pure virtual]

Implemented in sc_core::sc_event_queue.

virtual void sc_core::sc_event_queue_if::cancel_all (  )  [pure virtual]

Implemented in sc_core::sc_event_queue.

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.


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