#include <cscheduler.h>
Inheritance diagram for cSequentialScheduler:

Public Member Functions | |
| cSequentialScheduler () | |
| virtual void | startRun () |
| virtual void | endRun () |
| virtual cMessage * | getNextEvent () |
|
|
Constructor.
|
|
|
Called at the end of a simulation run.
Implements cScheduler. |
|
|
Returns the first event in the Future Event Set (that is, msgQueue.peekFirst()).
Implements cScheduler. |
|
|
Called at the beginning of a simulation run.
Implements cScheduler. |
1.4.1