![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class is a storage for the BeiDou DNAV UTC Model. More...
#include <beidou_dnav_utc_model.h>
Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Public Attributes | |
| double | A0_UTC {} |
| BDT clock bias relative to UTC [s]. More... | |
| double | A1_UTC {} |
| BDT clock rate relative to UTC [s/s]. More... | |
| int | DeltaT_LS {} |
| Delta time due to leap seconds before the new leap second effective. More... | |
| int | WN_LSF {} |
| Week number of the new leap second. More... | |
| int | DN {} |
| Day number of week of the new leap second. More... | |
| double | DeltaT_LSF {} |
| Delta time due to leap seconds after the new leap second effective [s]. More... | |
| double | A0_GPS {} |
| BDT clock bias relative to GPS time [s]. More... | |
| double | A1_GPS {} |
| BDT clock rate relative to GPS time [s/s]. More... | |
| double | A0_GAL {} |
| BDT clock bias relative to GAL time [s]. More... | |
| double | A1_GAL {} |
| BDT clock rate relative to GAL time [s/s]. More... | |
| double | A0_GLO {} |
| BDT clock bias relative to GLO time [s]. More... | |
| double | A1_GLO {} |
| BDT clock rate relative to GLO time [s/s]. More... | |
| bool | valid {} |
This class is a storage for the BeiDou DNAV UTC Model.
Implementation follows the interface described in the Open Service Signal (Version 2.1)
Definition at line 35 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A0_GAL {} |
BDT clock bias relative to GAL time [s].
Definition at line 53 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A0_GLO {} |
BDT clock bias relative to GLO time [s].
Definition at line 57 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A0_GPS {} |
BDT clock bias relative to GPS time [s].
Definition at line 49 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A0_UTC {} |
BDT clock bias relative to UTC [s].
Definition at line 41 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A1_GAL {} |
BDT clock rate relative to GAL time [s/s].
Definition at line 54 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A1_GLO {} |
BDT clock rate relative to GLO time [s/s].
Definition at line 58 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A1_GPS {} |
BDT clock rate relative to GPS time [s/s].
Definition at line 50 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::A1_UTC {} |
BDT clock rate relative to UTC [s/s].
Definition at line 42 of file beidou_dnav_utc_model.h.
| int Beidou_Dnav_Utc_Model::DeltaT_LS {} |
Delta time due to leap seconds before the new leap second effective.
Definition at line 43 of file beidou_dnav_utc_model.h.
| double Beidou_Dnav_Utc_Model::DeltaT_LSF {} |
Delta time due to leap seconds after the new leap second effective [s].
Definition at line 46 of file beidou_dnav_utc_model.h.
| int Beidou_Dnav_Utc_Model::DN {} |
Day number of week of the new leap second.
Definition at line 45 of file beidou_dnav_utc_model.h.
| int Beidou_Dnav_Utc_Model::WN_LSF {} |
Week number of the new leap second.
Definition at line 44 of file beidou_dnav_utc_model.h.
1.8.14