Inheritance diagram for code::TimeShiftCorrection:
Public Member Functions | |
TimeShiftCorrection (const code::Time &desiredStartTime) | |
virtual | ~TimeShiftCorrection () |
virtual bool | isCorrected () |
virtual code::Time | correct (const code::Time &in) |
Correct the time passed in and set it to corrected time. | |
virtual void | setCorrectionPoint (const code::Time &in) |
A measurement point. |
code::TimeShiftCorrection::TimeShiftCorrection | ( | const code::Time & | desiredStartTime | ) |
virtual code::TimeShiftCorrection::~TimeShiftCorrection | ( | ) | [inline, virtual] |
virtual code::Time code::TimeShiftCorrection::correct | ( | const code::Time & | in | ) | [virtual] |
Correct the time passed in and set it to corrected time.
These points are not used in estimating the time correction.
Implements code::TimeCorrection.
virtual bool code::TimeShiftCorrection::isCorrected | ( | ) | [inline, virtual] |
Implements code::TimeCorrection.
virtual void code::TimeShiftCorrection::setCorrectionPoint | ( | const code::Time & | in | ) | [virtual] |