|
mbgtools-lx
4.2.8
|
Almanac parameters of one specific satellite. More...
#include <gpsdefs.h>
Data Fields | |
| CSUM | csum |
| checksum of the remaining bytes More... | |
| int16_t | valid |
| flag data are valid More... | |
| HEALTH | health |
| [—] More... | |
| T_GPS | t0a |
| Reference Time Almanac [sec]. More... | |
| double | sqrt_A |
| Square Root of semi-major Axis [sqrt(m)]. More... | |
| double | e |
| Eccentricity [—]. More... | |
| double | M0 |
| +- Mean Anomaly at Ref. Time [rad] More... | |
| double | omega |
| +- Argument of Perigee [rad] More... | |
| double | OMEGA0 |
| +- Longit. of Asc. Node of orbit plane [rad] More... | |
| double | OMEGADOT |
| +- Rate of Right Ascension [rad/sec] More... | |
| double | deltai |
| +- [rad] More... | |
| double | af0 |
| +- Clock Correction Coefficient 0 [sec] More... | |
| double | af1 |
| +- Clock Correction Coefficient 1 [sec/sec] More... | |
Almanac parameters of one specific satellite.
A reduced precision set of parameters used to check if a satellite is in view at a given time. Valid for an interval of more than 7 days from start of transmission.
| double ALM::af0 |
+- Clock Correction Coefficient 0 [sec]
Definition at line 18502 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::af1 |
+- Clock Correction Coefficient 1 [sec/sec]
Definition at line 18503 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::deltai |
| double ALM::e |
| double ALM::M0 |
+- Mean Anomaly at Ref. Time [rad]
Definition at line 18497 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::omega |
+- Argument of Perigee [rad]
Definition at line 18498 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::OMEGA0 |
+- Longit. of Asc. Node of orbit plane [rad]
Definition at line 18499 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::OMEGADOT |
+- Rate of Right Ascension [rad/sec]
Definition at line 18500 of file gpsdefs.h.
Referenced by swap_alm_doubles().
| double ALM::sqrt_A |
Square Root of semi-major Axis [sqrt(m)].
Definition at line 18494 of file gpsdefs.h.
Referenced by swap_alm_doubles().