Inheritance diagram for punnets_common::tsentinel:

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. | |
This class is used to mark the end of the simulation range.
Definition at line 37 of file dsched.cpp.
|
||||||||||||
|
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 }
|
1.2.18