Go to the documentation of this file.
12 namespace fusion_engine {
42 static constexpr uint8_t MESSAGE_VERSION = 0;
44 static constexpr int16_t INVALID_TEMPERATURE = INT16_MAX;
53 int16_t gnss_temperature = INVALID_TEMPERATURE;
55 uint8_t reserved[118] = {0};
Timestamp p1_time
The time of the message, in P1 time (beginning at power-on).
MessageType
Identifiers for the defined output message types.
Library portability helper definitions.
@ SYSTEM_STATUS
SystemStatusMessage
The base class for all message payloads.
GNSS signal and frequency type definitions.
System status information (MessageType::SYSTEM_STATUS, version 1.0).
Point One FusionEngine output message common definitions.
Generic timestamp representation.