Private Attributes | |
TimeSpan | m_accumulated_deviation |
bool | m_has_run |
TimeSpan | m_max_deviation |
size_t | m_runs |
Additional Inherited Members | |
Static Public Member Functions inherited from icl_core::thread::Thread | |
static icl_core::ThreadId | selfId () |
Protected Member Functions inherited from icl_core::thread::PeriodicThread | |
void | waitPeriod () |
Protected Member Functions inherited from icl_core::Noncopyable | |
Noncopyable () | |
virtual | ~Noncopyable () |
Thread for testing how exact the periods are executed.
Definition at line 62 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 65 of file ts_PeriodicThread.cpp.
|
inlinevirtual |
Definition at line 70 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 98 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 96 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 97 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 99 of file ts_PeriodicThread.cpp.
|
inlinevirtual |
This is the function running in the thread. This has to be reimplemented from derived classes. If you start the thread by calling Start() this function is executed in the thread. If you call don't want that function to be executed in the thread you could call it directly in your derived class.
Implements icl_core::thread::Thread.
Definition at line 72 of file ts_PeriodicThread.cpp.
|
private |
Definition at line 105 of file ts_PeriodicThread.cpp.
|
private |
Definition at line 102 of file ts_PeriodicThread.cpp.
|
private |
Definition at line 104 of file ts_PeriodicThread.cpp.
|
private |
Definition at line 103 of file ts_PeriodicThread.cpp.