Definition at line 59 of file ORDEpoch.hpp.
#include <ORDEpoch.hpp>
Public Types | |
| typedef std::map< SatID, ObsRngDev > | ORDMap |
| defines a store for each SV's ord, indexed by prn More... | |
Public Member Functions | |
| ORDEpoch & | applyClockModel (const ClockModel &cm) noexcept |
| ORDEpoch () | |
| ORDEpoch & | removeOffset (const double offset) noexcept |
| ORDEpoch & | removeORD (const SatID &svid) noexcept |
Public Attributes | |
| vdouble | clockOffset |
| clock bias value (application defined units) More... | |
| vdouble | clockResidual |
| clock bias minus expected value More... | |
| ORDMap | ords |
| map of ORDs in epoch More... | |
| gnsstk::CommonTime | time |
| bool | wonky |
| Indicates that this epoch is suspect. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const ORDEpoch &oe) noexcept |
| typedef std::map<SatID, ObsRngDev> gnsstk::ORDEpoch::ORDMap |
defines a store for each SV's ord, indexed by prn
Definition at line 65 of file ORDEpoch.hpp.
|
inline |
Definition at line 62 of file ORDEpoch.hpp.
|
inlinenoexcept |
Definition at line 75 of file ORDEpoch.hpp.
Definition at line 85 of file ORDEpoch.hpp.
Definition at line 67 of file ORDEpoch.hpp.
Definition at line 99 of file ORDEpoch.hpp.
| vdouble gnsstk::ORDEpoch::clockOffset |
clock bias value (application defined units)
Definition at line 93 of file ORDEpoch.hpp.
| vdouble gnsstk::ORDEpoch::clockResidual |
clock bias minus expected value
Definition at line 94 of file ORDEpoch.hpp.
| ORDMap gnsstk::ORDEpoch::ords |
map of ORDs in epoch
Definition at line 95 of file ORDEpoch.hpp.
| gnsstk::CommonTime gnsstk::ORDEpoch::time |
Definition at line 96 of file ORDEpoch.hpp.
| bool gnsstk::ORDEpoch::wonky |
Indicates that this epoch is suspect.
Definition at line 97 of file ORDEpoch.hpp.