Public Member Functions | |
| virtual void | onCreate (Simulation *sender) |
| Construction. | |
| virtual void | onDestroy (Simulation *sender) |
| Destruction. | |
| virtual void | onInitialization (Simulation *sender) |
| Initialisation. | |
| virtual void | onExitSimulation (Simulation *sender) |
| Termination. | |
| virtual void | onRun (Simulation *sender) |
| Run simulation. | |
| virtual void | onStep (Simulation *sender) |
| Step through simulation. | |
| virtual void | onRunUntil (Simulation *sender, SimTime t) |
| Run simulation until time t. | |
| virtual void | onExecuteProcess (Simulation *sender, Process *p) |
| Process executed. | |
| virtual void | onChangeCurrentProcess (Simulation *sender, Process *oldCurrent, Process *newCurrent) |
| Current process. | |
| virtual void | onChangeProcessList (Simulation *sender, Process *p, Simulation::List l) |
| Process changed list. | |
| virtual void | onChangeTime (Simulation *sender, SimTime oldTime, SimTime newTime) |
| Time change. | |
|
||||||||||||||||
|
Current process.
|
1.3