LBandFrameMessage Struct
L-band frame contents (MessageType::LBAND_FRAME, version 1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| uint16_t | bit_error_count = 0 |
|
Count of bit errors found in the data frame. More... | |
| float | doppler_hz = 0 |
|
The offset from the center frequency (Hz). More... | |
| uint8_t | signal_power_db = 0 |
|
Power of the signal (dB). More... | |
| int64_t | system_time_ns = 0 |
|
The system time when the frame was received (in nanoseconds). More... | |
| uint16_t | user_data_size_bytes = 0 |
|
Number of bytes in this data payload. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::LBAND_FRAME |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
L-band frame contents (MessageType::LBAND_FRAME, version 1).
Definition at line 32 of file gnss_corrections.h.
Public Member Attributes
bit_error_count
|
Count of bit errors found in the data frame.
Definition at line 46 of file gnss_corrections.h.
doppler_hz
|
The offset from the center frequency (Hz).
This includes effects from user motion, receiver clock, and satellite clock errors.
Definition at line 57 of file gnss_corrections.h.
signal_power_db
|
Power of the signal (dB).
Definition at line 49 of file gnss_corrections.h.
system_time_ns
|
The system time when the frame was received (in nanoseconds).
Note that this is not synchronized to other P1 systems or GNSS.
Definition at line 40 of file gnss_corrections.h.
user_data_size_bytes
|
Number of bytes in this data payload.
Definition at line 43 of file gnss_corrections.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 33 of file gnss_corrections.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 34 of file gnss_corrections.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.