Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE, version 1.0).
This message is followed by N
SatelliteInfo objects, where N
is equal to num_satellites. For example, a message with two satellites would be serialized as:
Definition at line 289 of file solution.h.
#include <point_one/fusion_engine/messages/solution.h>
Public Attributes | |
Timestamp | gps_time |
The GPS time of the message, if available, referenced to 1980/1/6. More... | |
uint16_t | num_satellites = 0 |
The number of known satellites. More... | |
Timestamp | p1_time |
The time of the message, in P1 time (beginning at power-on). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE = MessageType::GNSS_SATELLITE |
static constexpr uint8_t | MESSAGE_VERSION = 0 |
Timestamp point_one::fusion_engine::messages::GNSSSatelliteMessage::gps_time |
The GPS time of the message, if available, referenced to 1980/1/6.
Definition at line 297 of file solution.h.
|
staticconstexpr |
Definition at line 290 of file solution.h.
|
staticconstexpr |
Definition at line 291 of file solution.h.
uint16_t point_one::fusion_engine::messages::GNSSSatelliteMessage::num_satellites = 0 |
The number of known satellites.
Definition at line 300 of file solution.h.
Timestamp point_one::fusion_engine::messages::GNSSSatelliteMessage::p1_time |
The time of the message, in P1 time (beginning at power-on).
Definition at line 294 of file solution.h.