Go to the documentation of this file.
50 : isc(
std::numeric_limits<double>::quiet_NaN()),
66 s <<
"****************************************************************"
67 <<
"************" << endl
68 <<
"Inter-signal Corrections"
77 const ios::fmtflags oldFlags = s.flags();
79 s.setf(ios::fixed, ios::floatfield);
80 s.setf(ios::right, ios::adjustfield);
81 s.setf(ios::uppercase);
85 s <<
" TIMES OF INTEREST" << endl << endl
96 const ios::fmtflags oldFlags = s.flags();
99 << scientific << setprecision(8) << setfill(
' ')
100 << setw(20) << left << (
iscLabel+
":")
101 << setw(15) << right <<
isc << endl;
148 unsigned long tgdBits = navIn->asUnsignedLong(startBit, 13, 1);
149 if (tgdBits == 0x1000)
152 rv = std::numeric_limits<float>::quiet_NaN();
156 rv = navIn->asSignedDouble(startBit, 13, -35);
@ ISC
Inter-signal corrections.
virtual void dumpCorrections(std::ostream &s) const
std::string getSignalString() const
double getGamma(CarrierBand band1, CarrierBand band2)
std::shared_ptr< PackedNavBits > PackedNavBitsPtr
Managed pointer for passing PackedNavBits around.
virtual void dump(std::ostream &s, DumpDetail dl) const
NavMessageType messageType
virtual bool getISC(const ObsID &oid, double &corrOut) const
std::string getDumpTime(DumpDetail dl, const CommonTime &t) const
std::string getDumpTimeHdr(DumpDetail dl) const
NavMessageID signal
Source signal identification for this navigation message data.
static double getGPSISC(const PackedNavBitsPtr &navIn, unsigned startBit)
std::set< ObsID > validOids
void dump(std::ostream &s, DumpDetail dl) const override
std::set< ObsID > refOids
@ Full
Include all detailed information.
DumpDetail
Specify level of detail for dump output.
@ OneLine
Limit output to minimal information on a single line.
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39