Generic timestamp representation.
This structure may be used to store Point One system time values (referenced to the start of the device), UNIX times (referenced to January 1, 1970), or GPS times (referenced to January 6, 1980).
#include <point_one/fusion_engine/messages/defs.h>
Public Attributes | |
uint32_t | fraction_ns = INVALID |
The fractional part of the second, expressed in nanoseconds. More... | |
uint32_t | seconds = INVALID |
The number of full seconds since the epoch. More... | |
Static Public Attributes | |
static constexpr uint32_t | INVALID = 0xFFFFFFFF |
uint32_t point_one::fusion_engine::messages::Timestamp::fraction_ns = INVALID |
|
staticconstexpr |
uint32_t point_one::fusion_engine::messages::Timestamp::seconds = INVALID |