Class containing data elements unique to GPS CNAV2 ISC data.
Definition at line 50 of file GPSCNav2ISC.hpp.
#include <GPSCNav2ISC.hpp>
Public Member Functions | |
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 &corr) const override |
bool | getISC (const ObsID &oid1, const ObsID &oid2, double &corr) const override |
CommonTime | getUserTime () const override |
GPSCNav2ISC () | |
Sets the internal data members. More... | |
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 |
NavData () | |
Initialize internal data fields. More... | |
Public Attributes | |
bool | haveSF2 |
True if iscL1CP and iscL1CD are set. More... | |
bool | haveSF3 |
True if iscL1CA,iscL2C,iscL5I5,iscL5Q5 are set. More... | |
double | iscL1CA |
Intersignal corrections for L1 C/A. More... | |
double | iscL1CD |
Intersignal corrections for L1 CD. More... | |
double | iscL1CP |
Intersignal corrections for L1 CP. More... | |
double | iscL2C |
Intersignal corrections for L2C. More... | |
double | iscL5I5 |
Intersignal corrections for L5 in-phase. More... | |
double | iscL5Q5 |
Intersignal corrections for L5 quadrature. More... | |
CommonTime | xmit2 |
Transmit time of subframe 2. More... | |
CommonTime | xmit3 |
Transmit time of subframe 3. 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::GPSCNav2ISC::GPSCNav2ISC | ( | ) |
Sets the internal data members.
Definition at line 47 of file GPSCNav2ISC.cpp.
|
inlineoverridevirtual |
Create a deep copy of this object.
Implements gnsstk::NavData.
Definition at line 56 of file GPSCNav2ISC.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 62 of file GPSCNav2ISC.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] | corr | The correction in seconds for the given band/code. |
Reimplemented from gnsstk::InterSigCorr.
Definition at line 98 of file GPSCNav2ISC.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] | corr | The correction in seconds for the given band/code pair. |
Reimplemented from gnsstk::InterSigCorr.
Definition at line 145 of file GPSCNav2ISC.cpp.
|
overridevirtual |
Returns the time when the navigation message would have first been available to the user equipment, i.e. the time at which the final bit of a given broadcast navigation message is received. This is used by NavDataFactoryWithStore::find() in User mode.
Reimplemented from gnsstk::NavData.
Definition at line 81 of file GPSCNav2ISC.cpp.
|
overridevirtual |
Checks the contents of this message against known validity rules as defined in the appropriate ICD.
Implements gnsstk::NavData.
Definition at line 90 of file GPSCNav2ISC.cpp.
bool gnsstk::GPSCNav2ISC::haveSF2 |
True if iscL1CP and iscL1CD are set.
Definition at line 104 of file GPSCNav2ISC.hpp.
bool gnsstk::GPSCNav2ISC::haveSF3 |
True if iscL1CA,iscL2C,iscL5I5,iscL5Q5 are set.
Definition at line 105 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL1CA |
Intersignal corrections for L1 C/A.
Definition at line 110 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL1CD |
Intersignal corrections for L1 CD.
Definition at line 109 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL1CP |
Intersignal corrections for L1 CP.
Definition at line 108 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL2C |
Intersignal corrections for L2C.
Definition at line 111 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL5I5 |
Intersignal corrections for L5 in-phase.
Definition at line 112 of file GPSCNav2ISC.hpp.
double gnsstk::GPSCNav2ISC::iscL5Q5 |
Intersignal corrections for L5 quadrature.
Definition at line 113 of file GPSCNav2ISC.hpp.
CommonTime gnsstk::GPSCNav2ISC::xmit2 |
Transmit time of subframe 2.
Definition at line 106 of file GPSCNav2ISC.hpp.
CommonTime gnsstk::GPSCNav2ISC::xmit3 |
Transmit time of subframe 3.
Definition at line 107 of file GPSCNav2ISC.hpp.