25#ifndef GOBY_TIME_SIMULATION_H
26#define GOBY_TIME_SIMULATION_H
unit< time_dimension, si::system > time
The global namespace for the Goby project.
Parameters for enabling and configuring simulation time.
static bool using_sim_time
Enables simulation time if true (if false, none of the remaining parameters are used)
static std::chrono::system_clock::time_point reference_time
Reference time when calculating SystemClock::now(). If this is unset, the default is 1 January of the...
static int warp_factor
Warp factor to speed up (or slow time) the time values returned by SteadyClock::now() and SystemClock...