|
libsbp
v2.4.7
|
Data Structures | |
| struct | msg_tracking_state_detailed_dep_a_t |
| struct | msg_tracking_state_detailed_dep_t |
| struct | tracking_channel_state_t |
| Signal tracking channel state. More... | |
| struct | msg_tracking_state_t |
| struct | measurement_state_t |
| Measurement Engine signal tracking channel state. More... | |
| struct | msg_measurement_state_t |
| struct | tracking_channel_correlation_t |
| Complex correlation structure. More... | |
| struct | msg_tracking_iq_t |
| struct | msg_tracking_iq_dep_t |
| struct | tracking_channel_state_dep_a_t |
| Deprecated. More... | |
| struct | msg_tracking_state_dep_a_t |
| struct | tracking_channel_state_dep_b_t |
| Deprecated. More... | |
| struct | msg_tracking_state_dep_b_t |
Macros | |
| #define | SBP_MSG_TRACKING_STATE_DETAILED_DEP_A 0x0021 |
| Detailed signal tracking channel states. More... | |
| #define | SBP_MSG_TRACKING_STATE_DETAILED_DEP 0x0011 |
| Deprecated. More... | |
| #define | SBP_MSG_TRACKING_STATE 0x0041 |
| Signal tracking channel states. More... | |
| #define | SBP_MSG_MEASUREMENT_STATE 0x0061 |
| Measurement Engine signal tracking channel states. More... | |
| #define | SBP_MSG_TRACKING_IQ 0x002C |
| Tracking channel correlations. More... | |
| #define | SBP_MSG_TRACKING_IQ_DEP 0x001C |
| Deprecated. More... | |
| #define | SBP_MSG_TRACKING_STATE_DEP_A 0x0016 |
| Deprecated. More... | |
| #define | SBP_MSG_TRACKING_STATE_DEP_B 0x0013 |
| Deprecated. More... | |
| #define SBP_MSG_MEASUREMENT_STATE 0x0061 |
Measurement Engine signal tracking channel states.
The tracking message returns a variable-length array of tracking channel states. It reports status and carrier-to-noise density measurements for all tracked satellites.
Definition at line 167 of file tracking.h.
| #define SBP_MSG_TRACKING_IQ 0x002C |
Tracking channel correlations.
When enabled, a tracking channel can output the correlations at each update interval.
Definition at line 188 of file tracking.h.
| #define SBP_MSG_TRACKING_IQ_DEP 0x001C |
| #define SBP_MSG_TRACKING_STATE 0x0041 |
Signal tracking channel states.
The tracking message returns a variable-length array of tracking channel states. It reports status and carrier-to-noise density measurements for all tracked satellites.
Definition at line 141 of file tracking.h.
| #define SBP_MSG_TRACKING_STATE_DEP_A 0x0016 |
| #define SBP_MSG_TRACKING_STATE_DEP_B 0x0013 |
| #define SBP_MSG_TRACKING_STATE_DETAILED_DEP 0x0011 |
| #define SBP_MSG_TRACKING_STATE_DETAILED_DEP_A 0x0021 |
Detailed signal tracking channel states.
DEPRECATED.
The tracking message returns a set tracking channel parameters for a single tracking channel useful for debugging issues.
Definition at line 37 of file tracking.h.