Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE). More...
#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... | |
Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE).
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 177 of file solution.h.
| 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 182 of file solution.h.
| uint16_t point_one::fusion_engine::messages::GNSSSatelliteMessage::num_satellites = 0 |
The number of known satellites.
Definition at line 185 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 179 of file solution.h.
1.8.18