![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the GPS UTC MODEL data as described in in IS-GPS-200K. More...
#include <gps_cnav_utc_model.h>
Public Member Functions | |
| Gps_CNAV_Utc_Model ()=default | |
| template<class Archive > | |
| void | serialize (Archive &archive, const uint32_t version) |
Public Attributes | |
| double | d_A2 {} |
| 2nd order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s/s] More... | |
| double | d_A1 {} |
| 1st order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s/s] More... | |
| double | d_A0 {} |
| Constant of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s]. More... | |
| int32_t | d_t_OT {} |
| Reference time for UTC data (reference 20.3.4.5 and 20.3.3.5.2.4 IS-GPS-200K) [s]. More... | |
| int32_t | i_WN_T {} |
| UTC reference week number [weeks]. More... | |
| int32_t | d_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 | i_WN_LSF {} |
| Week number at the end of which the leap second becomes effective [weeks]. More... | |
| int32_t | i_DN {} |
| Day number (DN) at the end of which the leap second becomes effective [days]. More... | |
| int32_t | d_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-200K.
See https://www.gps.gov/technical/icwg/IS-GPS-200K.pdf Appendix III
Definition at line 35 of file gps_cnav_utc_model.h.
|
default |
Default constructor
| double Gps_CNAV_Utc_Model::d_A0 {} |
Constant of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s].
Definition at line 46 of file gps_cnav_utc_model.h.
| double Gps_CNAV_Utc_Model::d_A1 {} |
1st order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s/s]
Definition at line 45 of file gps_cnav_utc_model.h.
| double Gps_CNAV_Utc_Model::d_A2 {} |
2nd order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200K) [s/s]
Definition at line 44 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::d_DeltaT_LS {} |
delta time due to leap seconds [s]. Number of leap seconds since 6-Jan-1980 as transmitted by the GPS almanac.
Definition at line 49 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::d_DeltaT_LSF {} |
Scheduled future or recent past (relative to NAV message upload) value of the delta time due to leap seconds [s].
Definition at line 52 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::d_t_OT {} |
Reference time for UTC data (reference 20.3.4.5 and 20.3.3.5.2.4 IS-GPS-200K) [s].
Definition at line 47 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::i_DN {} |
Day number (DN) at the end of which the leap second becomes effective [days].
Definition at line 51 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::i_WN_LSF {} |
Week number at the end of which the leap second becomes effective [weeks].
Definition at line 50 of file gps_cnav_utc_model.h.
| int32_t Gps_CNAV_Utc_Model::i_WN_T {} |
UTC reference week number [weeks].
Definition at line 48 of file gps_cnav_utc_model.h.
1.8.14