#include <LinearClockModel.hpp>
Inheritance diagram for LinearClockModel:


Public Member Functions | |
| LinearClockModel (double sigma=2, double elmask=0, SvMode mode=ALWAYS) | |
| virtual double | getOffset (const gpstk::DayTime &t) const throw () |
| virtual bool | isOffsetValid (const gpstk::DayTime &t) const throw () |
| virtual void | addEpoch (const ORDEpoch &oe) throw (gpstk::InvalidValue) |
| Add in the given ord to the clock model. | |
| void | reset () throw () |
| Reset the accumulated statistics on the clock. | |
| void | dump (std::ostream &s, short detail=1) const throw () |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const LinearClockModel &r) |
|
||||||||||||||||
|
Definition at line 60 of file LinearClockModel.hpp. |
|
|
Add in the given ord to the clock model.
Implements ObsClockModel. Definition at line 66 of file LinearClockModel.cpp. References gpstk::abs(), Stats::Average(), and DayTime::second(). |
|
||||||||||||
|
Reimplemented from ObsClockModel. Definition at line 145 of file LinearClockModel.cpp. References DayTime::second(). |
|
|
Implements ClockModel. Definition at line 63 of file LinearClockModel.hpp. |
|
|
Implements ClockModel. Definition at line 72 of file LinearClockModel.hpp. |
|
|
Reset the accumulated statistics on the clock.
Definition at line 56 of file LinearClockModel.cpp. References TwoSampleStats::Reset(). |
|
||||||||||||
|
Definition at line 83 of file LinearClockModel.hpp. |
1.3.9.1