mbgtools-lx
4.2.8
|
Ephemeris 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 |
health indication of transmitting SV [—] More... | |
IOD | IODC |
Issue Of Data, Clock. More... | |
IOD | IODE2 |
Issue of Data, Ephemeris (Subframe 2) More... | |
IOD | IODE3 |
Issue of Data, Ephemeris (Subframe 3) More... | |
T_GPS | tt |
time of transmission More... | |
T_GPS | t0c |
Reference Time Clock [—]. More... | |
T_GPS | t0e |
Reference Time Ephemeris [—]. 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 | deltan |
+- Mean Motion Diff. from computed value [rad/sec] More... | |
double | i0 |
+- Inclination Angle [rad] More... | |
double | idot |
+- Rate of Inclination Angle [rad/sec] More... | |
double | crc |
+- Cosine Corr. Term to Orbit Radius [m] More... | |
double | crs |
+- Sine Corr. Term to Orbit Radius [m] More... | |
double | cuc |
+- Cosine Corr. Term to Arg. of Latitude [rad] More... | |
double | cus |
+- Sine Corr. Term to Arg. of Latitude [rad] More... | |
double | cic |
+- Cosine Corr. Term to Inclination Angle [rad] More... | |
double | cis |
+- Sine Corr. Term to Inclination Angle [rad] More... | |
double | af0 |
+- Clock Correction Coefficient 0 [sec] More... | |
double | af1 |
+- Clock Correction Coefficient 1 [sec/sec] More... | |
double | af2 |
+- Clock Correction Coefficient 2 [sec/sec^2] More... | |
double | tgd |
+- estimated group delay differential [sec] More... | |
uint16_t | URA |
predicted User Range Accuracy More... | |
uint8_t | L2code |
code on L2 channel [—] More... | |
uint8_t | L2flag |
L2 P data flag [—]. More... | |
Ephemeris parameters of one specific satellite.
Needed to compute the position of a satellite at a given time with high precision. Valid for an interval of 4 to 6 hours from start of transmission.
double EPH::af0 |
+- Clock Correction Coefficient 0 [sec]
Definition at line 18465 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::af1 |
+- Clock Correction Coefficient 1 [sec/sec]
Definition at line 18466 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::af2 |
+- Clock Correction Coefficient 2 [sec/sec^2]
Definition at line 18467 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::cic |
+- Cosine Corr. Term to Inclination Angle [rad]
Definition at line 18462 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::cis |
+- Sine Corr. Term to Inclination Angle [rad]
Definition at line 18463 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::crc |
+- Cosine Corr. Term to Orbit Radius [m]
Definition at line 18458 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::crs |
+- Sine Corr. Term to Orbit Radius [m]
Definition at line 18459 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::cuc |
+- Cosine Corr. Term to Arg. of Latitude [rad]
Definition at line 18460 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::cus |
+- Sine Corr. Term to Arg. of Latitude [rad]
Definition at line 18461 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::deltan |
+- Mean Motion Diff. from computed value [rad/sec]
Definition at line 18455 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::e |
HEALTH EPH::health |
double EPH::i0 |
+- Inclination Angle [rad]
Definition at line 18456 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::idot |
+- Rate of Inclination Angle [rad/sec]
Definition at line 18457 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::M0 |
+- Mean Anomaly at Ref. Time [rad]
Definition at line 18451 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::omega |
+- Argument of Perigee [rad]
Definition at line 18452 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::OMEGA0 |
+- Longit. of Asc. Node of orbit plane [rad]
Definition at line 18453 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::OMEGADOT |
+- Rate of Right Ascension [rad/sec]
Definition at line 18454 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::sqrt_A |
Square Root of semi-major Axis [sqrt(m)].
Definition at line 18449 of file gpsdefs.h.
Referenced by swap_eph_doubles().
double EPH::tgd |
+- estimated group delay differential [sec]
Definition at line 18468 of file gpsdefs.h.
Referenced by swap_eph_doubles().