Go to the documentation of this file.
3 #include <IceUtil/Time.h>
26 j[
"microSeconds"] =
bo.toMicroSeconds();
27 j[
"humanReadable"] =
bo.toDurationString();
39 j[
"cycleDuration"] =
bo.toCycleDuration();
40 j[
"hertz"] =
bo.toHertzDouble();
52 j[
"durationSinceEpoch"] =
bo.toDurationSinceEpoch();
53 j[
"clockType"] =
bo.clockType();
54 j[
"hostname"] =
bo.hostname();
55 j[
"humanReadable"] =
bo.toDateTimeString();
63 j.at(
"hostname").get<std::string>());
void to_json(simox::json::json &j, const ClockType &bo)
const simox::meta::EnumNames< ClockType > ClockTypeNames
ClockType
Describes the type of clock.
void from_json(const simox::json::json &j, ClockType &bo)
Represents a point in time.
static Duration MicroSeconds(std::int64_t microSeconds)
Constructs a duration in microseconds.
const std::optional< BoT > & bo