Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

punnets_common::tsentinel Class Reference

Inheritance diagram for punnets_common::tsentinel:

punnets_common::taction List of all members.

Public Methods

virtual void activate (tscheduler &, ntime_t)
tqueue * queue () const
 Obtain a local event queue of this action.

virtual const char * getClassName () const
 Get the class name of this action. Primarily for debugging.


Detailed Description

Sentinel action.

This class is used to mark the end of the simulation range.

Definition at line 37 of file dsched.cpp.


Member Function Documentation

virtual void punnets_common::tsentinel::activate tscheduler &   ,
ntime_t   
[inline, virtual]
 

Activates the action at the specified time. When the correspinding new events are generated by the action, it is scheduled to the scheduler.

Implements punnets_common::taction.

Definition at line 46 of file dsched.cpp.

References punnets_common::ntime_t.

00047         { 
00048             processed = true;
00049         }


The documentation for this class was generated from the following file:
Generated on Mon Jun 16 15:42:29 2003 for Punnets by doxygen1.2.18