Definition at line 51 of file ObsClockModel_T.cpp.

Additional Inherited Members | |
Public Types inherited from gnsstk::ObsClockModel | |
| enum | SvMode { IGNORE, HEALTHY, ALWAYS } |
| typedef std::map< SatID, SvMode > | SvModeMap |
| defines a store for each SV's SvMode More... | |
| enum | SvStatus { USED, MANUAL, SVHEALTH, ELEVATION, WONKY, SIGMA } |
| typedef std::map< SatID, SvStatus > | SvStatusMap |
| defines a store for each SV's SvStatus More... | |
Protected Attributes inherited from gnsstk::ObsClockModel | |
| double | elvmask |
| elevation mask angle for ORD stripping More... | |
| SvModeMap | modes |
| map of modes to use ORDs in bias computation More... | |
| double | sigmam |
| sigma multiple value for ORD stripping More... | |
| SvStatusMap | status |
| map of ORD usage in bias computation More... | |
| bool | useWonkyData |
| set to use ords that are flagged wonky More... | |
| InvalidValue |
Implements gnsstk::ObsClockModel.
Definition at line 54 of file ObsClockModel_T.cpp.
|
inlinevirtual |
Implements gnsstk::ClockModel.
Definition at line 55 of file ObsClockModel_T.cpp.
|
inlinevirtual |
Implements gnsstk::ClockModel.
Definition at line 56 of file ObsClockModel_T.cpp.