libsbp
v2.4.7
|
#include <observation.h>
Data Fields | |
ephemeris_common_content_t | common |
Values common for all ephemeris types. More... | |
float | gamma |
Relative deviation of predicted carrier frequency from nominal. More... | |
float | tau |
Correction to the SV time [s]. More... | |
float | d_tau |
Equipment delay between L1 and L2 [s]. More... | |
double | pos [3] |
Position of the SV at tb in PZ-90.02 coordinates system [m]. More... | |
double | vel [3] |
Velocity vector of the SV at tb in PZ-90.02 coordinates system [m/s]. More... | |
float | acc [3] |
Acceleration vector of the SV at tb in PZ-90.02 coordinates sys [m/s^2]. More... | |
u8 | fcn |
Frequency slot. More... | |
u8 | iod |
Issue of ephemeris data. More... | |
Definition at line 483 of file observation.h.
float acc[3] |
Acceleration vector of the SV at tb in PZ-90.02 coordinates sys [m/s^2].
Definition at line 490 of file observation.h.
ephemeris_common_content_t common |
Values common for all ephemeris types.
Definition at line 484 of file observation.h.
float d_tau |
Equipment delay between L1 and L2 [s].
Definition at line 487 of file observation.h.
u8 fcn |
Frequency slot.
FCN+8 (that is [1..14]). 0 or 0xFF for invalid
Definition at line 491 of file observation.h.
float gamma |
Relative deviation of predicted carrier frequency from nominal.
Definition at line 485 of file observation.h.
u8 iod |
Issue of ephemeris data.
Definition at line 492 of file observation.h.
double pos[3] |
Position of the SV at tb in PZ-90.02 coordinates system [m].
Definition at line 488 of file observation.h.
float tau |
Correction to the SV time [s].
Definition at line 486 of file observation.h.
double vel[3] |
Velocity vector of the SV at tb in PZ-90.02 coordinates system [m/s].
Definition at line 489 of file observation.h.