GNSSSatelliteMessage Struct
Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE, version 1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| 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... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::GNSS_SATELLITE |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE, version 1).
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 301 of file solution.h.
Public Member Attributes
gps_time
|
The GPS time of the message, if available, referenced to 1980/1/6.
Definition at line 309 of file solution.h.
num_satellites
|
The number of known satellites.
Definition at line 312 of file solution.h.
p1_time
|
The time of the message, in P1 time (beginning at power-on).
Definition at line 306 of file solution.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 302 of file solution.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 303 of file solution.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.