Go to the documentation of this file.
12 namespace fusion_engine {
47 static constexpr uint8_t MESSAGE_VERSION = 0;
56 uint8_t data[2] = {0};
67 static constexpr uint8_t MESSAGE_VERSION = 0;
73 int64_t system_time_ns = 0;
78 uint32_t command_sequence_number = 0;
83 uint8_t data[4] = {0};
98 static constexpr uint8_t MESSAGE_VERSION = 0;
100 uint8_t reserved[4] = {0};
@ STA5635_COMMAND
STA5635Command
MessageType
Identifiers for the defined output message types.
Library portability helper definitions.
@ STA5635_IQ_DATA
STA5635IQData
Result from an STA5635 sent in response to an STA5635Command.
The base class for all message payloads.
@ STA5635_COMMAND_RESPONSE
STA5635CommandResponse
GNSS signal and frequency type definitions.
A command to be sent to an attached STA5635 RF front-end.
IQ sample data from an STA5635 (MessageType::STA5635_IQ_DATA, version 1.0).
Point One FusionEngine output message common definitions.