libsbp
v2.4.7
|
#include <observation.h>
Data Fields | |
gps_time_dep_t | t_op |
Data Predict Time of Week. More... | |
u8 | prn |
Satellite number. More... | |
u8 | valid |
bit-field indicating validity of the values, LSB indicating tgd validity etc. More... | |
s16 | tgd |
s16 | isc_l1ca |
s16 | isc_l2c |
Definition at line 845 of file observation.h.
s16 isc_l1ca |
Definition at line 853 of file observation.h.
s16 isc_l2c |
Definition at line 854 of file observation.h.
u8 prn |
Satellite number.
Definition at line 847 of file observation.h.
gps_time_dep_t t_op |
Data Predict Time of Week.
Definition at line 846 of file observation.h.
s16 tgd |
Definition at line 852 of file observation.h.
u8 valid |
bit-field indicating validity of the values, LSB indicating tgd validity etc.
1 = value is valid, 0 = value is not valid.
Definition at line 848 of file observation.h.