#include <ORDEpoch.hpp>
Collaboration diagram for ORDEpoch:

Public Types | |
| typedef std::map< SatID, ObsRngDev > | ORDMap |
| defines a store for each SV's ord, indexed by prn | |
Public Member Functions | |
| ORDEpoch () | |
| ORDEpoch & | removeORD (const SatID &svid) throw () |
| ORDEpoch & | applyClockModel (const ClockModel &cm) throw () |
| ORDEpoch & | removeOffset (const double offset) throw () |
Public Attributes | |
| vdouble | clockOffset |
| clock bias value (application defined units) | |
| vdouble | clockResidual |
| clock bias minus expected value | |
| ORDMap | ords |
| map of ORDs in epoch | |
| gpstk::CommonTime | time |
| bool | wonky |
| Indicates that this epoch is suspect. | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const ORDEpoch &oe) throw () |
|
|
defines a store for each SV's ord, indexed by prn
Definition at line 62 of file ORDEpoch.hpp. |
|
|
Definition at line 59 of file ORDEpoch.hpp. |
|
|
Definition at line 72 of file ORDEpoch.hpp. |
|
|
Definition at line 82 of file ORDEpoch.hpp. |
|
|
Definition at line 64 of file ORDEpoch.hpp. |
|
||||||||||||
|
Definition at line 96 of file ORDEpoch.hpp. |
|
|
clock bias value (application defined units)
Definition at line 90 of file ORDEpoch.hpp. |
|
|
clock bias minus expected value
Definition at line 91 of file ORDEpoch.hpp. |
|
|
map of ORDs in epoch
Definition at line 92 of file ORDEpoch.hpp. |
|
|
Definition at line 93 of file ORDEpoch.hpp. |
|
|
Indicates that this epoch is suspect.
Definition at line 94 of file ORDEpoch.hpp. |
1.3.9.1