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

Data Fields | |
| ephemeris_common_content_t | common |
| Values common for all ephemeris types. More... | |
| double | pos [3] |
| Position of the GEO at time toe [m]. More... | |
| float | vel [3] |
| Velocity of the GEO at time toe [m/s]. More... | |
| float | acc [3] |
| Acceleration of the GEO at time toe [m/s^2]. More... | |
| float | a_gf0 |
| Time offset of the GEO clock w.r.t. More... | |
| float | a_gf1 |
| Drift of the GEO clock w.r.t. More... | |
Definition at line 405 of file observation.h.
| float a_gf0 |
Time offset of the GEO clock w.r.t.
SBAS Network Time [s]
Definition at line 410 of file observation.h.
| float a_gf1 |
| float acc[3] |
Acceleration of the GEO at time toe [m/s^2].
Definition at line 409 of file observation.h.
| ephemeris_common_content_t common |
Values common for all ephemeris types.
Definition at line 406 of file observation.h.
| double pos[3] |
Position of the GEO at time toe [m].
Definition at line 407 of file observation.h.
| float vel[3] |
Velocity of the GEO at time toe [m/s].
Definition at line 408 of file observation.h.