![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the GPS UTC MODEL data as described in in IS-GPS-200M. More...
#include <gps_cnav_utc_model.h>
Public Member Functions | |
| Gps_CNAV_Utc_Model ()=default | |
| Default constructor. More... | |
Public Member Functions inherited from Gps_Utc_Model | |
| Gps_Utc_Model ()=default | |
| template<class Archive > | |
| void | serialize (Archive &archive, const uint32_t version) |
Additional Inherited Members | |
Public Attributes inherited from Gps_Utc_Model | |
| double | A0 {} |
| Constant of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200M) [s]. More... | |
| double | A1 {} |
| 1st order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200M) [s/s] More... | |
| double | A2 {} |
| 2nd order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200M) [s/s] More... | |
| int32_t | tot {} |
| Reference time for UTC data (reference 20.3.4.5 and 20.3.3.5.2.4 IS-GPS-200M) [s]. More... | |
| int32_t | WN_T {} |
| UTC reference week number [weeks]. More... | |
| int32_t | DeltaT_LS {} |
| Delta time due to leap seconds [s]. Number of leap seconds since 6-Jan-1980 as transmitted by the GPS almanac. More... | |
| int32_t | WN_LSF {} |
| Week number at the end of which the leap second becomes effective [weeks]. More... | |
| int32_t | DN {} |
| Day number (DN) at the end of which the leap second becomes effective [days]. More... | |
| int32_t | DeltaT_LSF {} |
| Scheduled future or recent past (relative to NAV message upload) value of the delta time due to leap seconds [s]. More... | |
| bool | valid {} |
This class is a storage for the GPS UTC MODEL data as described in in IS-GPS-200M.
See https://www.gps.gov/technical/icwg/IS-GPS-200M.pdf Appendix III
Definition at line 34 of file gps_cnav_utc_model.h.
|
default |
Default constructor.
1.8.14