Go to the documentation of this file.
56 const ios::fmtflags oldFlags = s.flags();
57 s.setf(ios::fixed, ios::floatfield);
58 s.setf(ios::right, ios::adjustfield);
59 s.setf(ios::uppercase);
69 s <<
"health = " << hex << (unsigned)
health << dec <<
" "
74 s <<
"*************************************************************"
75 <<
"***************" << endl
80 <<
" TIMES OF INTEREST"
85 <<
" HEALTH DATA" << endl
86 <<
"Bits 0x" << hex << setw(1) << setfill(
'0')
87 << (unsigned)
health << endl
std::string getSignalString() const
virtual void dump(std::ostream &s, DumpDetail dl) const
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
@ Full
Include all detailed information.
DumpDetail
Specify level of detail for dump output.
@ Brief
Limit output to <= 5 lines of minimal information.
void dump(std::ostream &s, DumpDetail dl) const override
@ OneLine
Limit output to minimal information on a single line.
SVHealth getHealth() const override
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39