clock
Last update: 19.09.2025This is the concrete Topic class that can be used for creation of a communication channel with given ...
Definition topic.h:38
Timestamp GetNowAsTimestamp() const override
Gets the current simulation time as a timestamp.
milliseconds GetNow() const override
Gets the current simulation time in milliseconds.
void IncrementBy(const milliseconds &ms) override
Increments the simulation time by a specified duration.
void SetNow(const milliseconds &ms) override
Sets the current simulation time.
void SetNow(const Timestamp ×tamp) override
Sets the current simulation time using a timestamp.
Interface for managing and manipulating simulation time.
Definition i_clock.h:39
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.
The namespace for simulation time related implementation under namespace simulation_framework::core.