#include <dsched.h>
Public Methods | |
| tsched_double () | |
| Constructs a scheduler with no events. | |
| void | scheduleEvent (const tevent &event) |
| Schedule an event. | |
| void | scheduleEvent (ntime_t t, taction &act) |
| Schedule an action for the specified time. | |
| bool | isScheduled () const |
| Tests if the scheduler is not empty. | |
| ntime_t | run (ntime_t until=HUGE_VAL) |
| Run the simulation (continue triggering events) until the specified time. | |
The scheduler class activates events in an order of time.
Definition at line 115 of file dsched.h.
1.2.18