Class containing data elements unique to Galileo I/NAV ISC (BGD - broadcast group delay).
Definition at line 51 of file BDSD1NavISC.hpp.
#include <BDSD1NavISC.hpp>
Public Member Functions | |
BDSD1NavISC () | |
Initialize data members. More... | |
NavDataPtr | clone () const override |
Create a deep copy of this object. More... | |
void | dumpCorrections (std::ostream &s) const override |
bool | getISC (const ObsID &oid, double &corrOut) const override |
bool | getISC (const ObsID &oid1, const ObsID &oid2, double &corrOut) const override |
bool | validate () const override |
![]() | |
std::list< std::string > | compare (const NavDataPtr &right) const override |
void | dump (std::ostream &s, DumpDetail dl) const override |
InterSigCorr () | |
Set message type to ISC. More... | |
bool | isSameData (const NavDataPtr &right) const override |
![]() | |
virtual std::string | getClassName () const |
std::string | getDumpTime (DumpDetail dl, const CommonTime &t) const |
std::string | getDumpTimeHdr (DumpDetail dl) const |
virtual CommonTime | getNearTime () const |
std::string | getSignalString () const |
bool | getSVN (const SatID &sat, const gnsstk::CommonTime &when, std::string &svn) const |
virtual CommonTime | getUserTime () const |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
uint8_t | fraID |
The subframe ID (FraID) from word 1 of the subframe. More... | |
uint32_t | pre |
The preamble from word 1 of the subframe. More... | |
uint32_t | rev |
The rev field from word 1 of the subframe. More... | |
uint32_t | sow |
Seconds of week from word 1-2 of the subframe. More... | |
double | tgd1 |
Group delay differential on B1I. More... | |
double | tgd2 |
Group delay differential on B2I. More... | |
![]() | |
double | isc |
std::string | iscLabel |
![]() | |
NavMessageID | signal |
Source signal identification for this navigation message data. More... | |
CommonTime | timeStamp |
std::string | weekFmt |
Additional Inherited Members | |
![]() | |
static double | getGPSISC (const PackedNavBitsPtr &navIn, unsigned startBit) |
![]() | |
static gnsstk::SatMetaDataStore * | getSatMetaDataStore () |
Accessor for python. More... | |
static void | setSatMetaDataStore (gnsstk::SatMetaDataStore *smds) |
Accessor for python. More... | |
![]() | |
static const GNSSTK_EXPORT std::string | dumpTimeFmt |
Time format used for the dump method (Full). More... | |
static const GNSSTK_EXPORT std::string | dumpTimeFmtBrief |
Time format used for the dump method (Brief). More... | |
static GNSSTK_EXPORT gnsstk::SatMetaDataStore * | satMetaDataStore = nullptr |
Set this to a valid store to get PRN->SVN translations in dump(). More... | |
![]() | |
std::set< ObsID > | refOids |
std::set< ObsID > | validOids |
![]() | |
double | msgLenSec |
gnsstk::BDSD1NavISC::BDSD1NavISC | ( | ) |
Initialize data members.
Definition at line 49 of file BDSD1NavISC.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 57 of file BDSD1NavISC.hpp.
|
overridevirtual |
Print the actual corrections provided by this object in a human-readable format. Typically called by dump().
[in,out] | s | The stream to write the data to. |
Reimplemented from gnsstk::InterSigCorr.
Definition at line 63 of file BDSD1NavISC.cpp.
Get inter-signal corrections for the single-frequency user.
[in] | oid | The carrier band and tracking code of the signal to get the correction for. |
[out] | corrOut | The correction in seconds for the given band/code. |
Reimplemented from gnsstk::InterSigCorr.
Definition at line 85 of file BDSD1NavISC.cpp.
|
overridevirtual |
Get inter-signal corrections for the dual-frequency user.
[in] | oid1 | The carrier band/tracking code of the primary signal that was used to create a dual-frequency, iono-free combined pseudorange. |
[in] | oid2 | The carrier band/tracking code of the secondary signal to get the correction for. |
[out] | corrOut | The correction in seconds for the given band/code pair. |
Reimplemented from gnsstk::InterSigCorr.
Definition at line 107 of file BDSD1NavISC.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 76 of file BDSD1NavISC.cpp.
uint8_t gnsstk::BDSD1NavISC::fraID |
The subframe ID (FraID) from word 1 of the subframe.
Definition at line 97 of file BDSD1NavISC.hpp.
uint32_t gnsstk::BDSD1NavISC::pre |
The preamble from word 1 of the subframe.
Definition at line 95 of file BDSD1NavISC.hpp.
uint32_t gnsstk::BDSD1NavISC::rev |
The rev field from word 1 of the subframe.
Definition at line 96 of file BDSD1NavISC.hpp.
uint32_t gnsstk::BDSD1NavISC::sow |
Seconds of week from word 1-2 of the subframe.
Definition at line 98 of file BDSD1NavISC.hpp.
double gnsstk::BDSD1NavISC::tgd1 |
Group delay differential on B1I.
Definition at line 99 of file BDSD1NavISC.hpp.
double gnsstk::BDSD1NavISC::tgd2 |
Group delay differential on B2I.
Definition at line 100 of file BDSD1NavISC.hpp.