client-cpp
0.10.0
|
#include <KaaTimer.hpp>
Public Member Functions | |
KaaTimer (const std::string &timerName) | |
Public Attributes | |
bool | isThreadRun_ |
bool | isTimerRun_ |
std::thread | timerThread_ |
std::condition_variable | condition_ |
std::mutex | timerGuard_ |
std::chrono::time_point < TimerClock > | endTS_ |
Function | callback_ |
Definition at line 33 of file KaaTimer.hpp.
|
inline |
Definition at line 36 of file KaaTimer.hpp.
Function kaa::KaaTimer< Signature, Function >::callback_ |
Definition at line 128 of file KaaTimer.hpp.
std::condition_variable kaa::KaaTimer< Signature, Function >::condition_ |
Definition at line 122 of file KaaTimer.hpp.
std::chrono::time_point<TimerClock> kaa::KaaTimer< Signature, Function >::endTS_ |
Definition at line 126 of file KaaTimer.hpp.
bool kaa::KaaTimer< Signature, Function >::isThreadRun_ |
Definition at line 38 of file KaaTimer.hpp.
bool kaa::KaaTimer< Signature, Function >::isTimerRun_ |
Definition at line 119 of file KaaTimer.hpp.
std::mutex kaa::KaaTimer< Signature, Function >::timerGuard_ |
Definition at line 124 of file KaaTimer.hpp.
std::thread kaa::KaaTimer< Signature, Function >::timerThread_ |
Definition at line 121 of file KaaTimer.hpp.