|
libsbp
v2.4.7
|
#include <observation.h>

Data Fields | |
| gnss_signal_dep_t | sid |
| GNSS signal identifier. More... | |
| gps_time_sec_t | toa |
| Reference time of almanac. More... | |
| double | ura |
| User Range Accuracy [m]. More... | |
| u32 | fit_interval |
| Curve fit interval [s]. More... | |
| u8 | valid |
| Status of almanac, 1 = valid, 0 = invalid. More... | |
| u8 | health_bits |
| Satellite health status for GPS: More... | |
Definition at line 919 of file observation.h.
| u32 fit_interval |
Curve fit interval [s].
Definition at line 923 of file observation.h.
| u8 health_bits |
Satellite health status for GPS:
Definition at line 925 of file observation.h.
GNSS signal identifier.
Definition at line 920 of file observation.h.
| gps_time_sec_t toa |
Reference time of almanac.
Definition at line 921 of file observation.h.
| double ura |
User Range Accuracy [m].
Definition at line 922 of file observation.h.
| u8 valid |
Status of almanac, 1 = valid, 0 = invalid.
Definition at line 924 of file observation.h.