Go to the documentation of this file.
68 const ios::fmtflags oldFlags = s.flags();
69 s.setf(ios::fixed, ios::floatfield);
70 s.setf(ios::right, ios::adjustfield);
71 s.setf(ios::uppercase);
81 s <<
" lj = " << hex << (unsigned)
lj
82 <<
" Hj = " << hex << (
unsigned)
Hj
87 s <<
"*************************************************************"
88 <<
"***************" << endl
89 <<
"Satellite Health" << endl << endl
90 <<
"PRN : " << setw(2) <<
signal.
sat <<
" / "
91 <<
"SVN : " << setw(2);
98 <<
" TIMES OF INTEREST"
103 <<
" HEALTH DATA" << endl
104 <<
"Hj " <<
Hj << endl
105 <<
"lj " <<
lj << endl
virtual void dump(std::ostream &s, DumpDetail dl) const
void dump(std::ostream &s, DumpDetail dl) const override
std::string getDumpTime(DumpDetail dl, const CommonTime &t) const
std::string asString(IonexStoreStrategy e)
Convert a IonexStoreStrategy to a whitespace-free string name.
std::string getDumpTimeHdr(DumpDetail dl) const
SVHealth
Identify different types of SV health states.
NavMessageID signal
Source signal identification for this navigation message data.
SVHealth getHealth() const override
@ Healthy
Satellite is in a healthy and useable state.
bool validate() const override
SatID sat
ID of satellite to which the nav data applies.
bool Hj
The H^j health bit (SV health).
@ Full
Include all detailed information.
DumpDetail
Specify level of detail for dump output.
@ Brief
Limit output to <= 5 lines of minimal information.
@ OneLine
Limit output to minimal information on a single line.
bool lj
The l^j health bit (validity indicator).
bool getSVN(const SatID &sat, const gnsstk::CommonTime &when, std::string &svn) const
@ Unhealthy
Satellite is unhealthy and should not be used.
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39