| AbstractClock |
Abstract base class for all clocks.
|
| ClockAgent |
Agent that provides the clock service.
|
| ClockCreationInfo |
Clock creation info.
|
| ClockService |
A clock service abstracts away from clock implementations.
|
| ContinuousClock |
A continuous clock represents a real time clock that
is based on the hardware clock.
|
| SimulationEventClock |
An event-driven simulation clock represents a discrete
clock that is based on a event-list.
|
| SimulationTickClock |
A time-driven simulation clock represents a discrete
clock that is based on ticks.
|
| SystemClock |
Clock implementation that corresponds to the exact system clock.
|
| TickTimer |
A timer for waiting on clock ticks.
|
| Timer |
A timer for being notified at a specified timepoint.
|