open_simulation_interface
vv3.5.0(01.06.2022)
|
A timestamp. More...
Public Attributes | |
optional int64 | seconds = 1 |
The number of seconds since the start of e.g. More... | |
optional uint32 | nanos = 2 |
The number of nanoseconds since the start of the last second. More... | |
A timestamp.
Names and types of fields are chosen in accordance to google/protobuf/timestamp.proto to allow a possible switch in the future. There is no definition of the zero point in time neither it is the Unix epoch. A simulation may start at the zero point in time but it is not mandatory.
optional int64 osi3::Timestamp::seconds = 1 |
The number of seconds since the start of e.g.
the simulation / system / vehicle.
Unit: s
optional uint32 osi3::Timestamp::nanos = 2 |
The number of nanoseconds since the start of the last second.
Range: [0, 999.999.999]
Unit: ns