|
contur2
|
IClock interface and SimulationClock implementation. More...

Go to the source code of this file.
Classes | |
| class | contur::IClock |
| Abstract clock interface for simulation time. More... | |
| class | contur::SimulationClock |
| Concrete simulation clock — a simple monotonic tick counter. More... | |
Namespaces | |
| namespace | contur |
IClock interface and SimulationClock implementation.
The simulation clock is a monotonically increasing tick counter injected as a dependency into all subsystems that need timing. No global static state — the clock is owned and passed explicitly.
Definition in file clock.h.