#include <titan2.h>
Data Fields | |
| int | clockMode |
| the current mode (wished!) | |
| int | clockState |
| the current state | |
| int | step |
| the last clock slope step | |
| float | phase |
| the phase missadjustement | |
| float | drift |
| instantaneous measured slope | |
Definition at line 92 of file titan2.h.
the current mode (wished!)
Definition at line 93 of file titan2.h.
Referenced by CheckDiffConfig(), and ProcessMiscFrame().
the current state
Definition at line 94 of file titan2.h.
Referenced by CheckDiffConfig(), and ProcessMiscFrame().
the last clock slope step
Definition at line 95 of file titan2.h.
Referenced by CheckDiffConfig(), and ProcessMiscFrame().
| float TimeTuningType::phase |
the phase missadjustement
Definition at line 96 of file titan2.h.
Referenced by CheckDiffConfig(), and ProcessMiscFrame().
| float TimeTuningType::drift |
instantaneous measured slope
Definition at line 97 of file titan2.h.
Referenced by CheckDiffConfig(), and ProcessMiscFrame().
1.5.6