0.2.0
|
Class to catch system signals and sleep. More...
Go to the source code of this file.
Functions | |
void | NAV::Sleep::countDownSeconds (size_t seconds) |
Wait the thread till time passes. | |
void | NAV::Sleep::waitForSignal (bool showText=false) |
Wait the thread till sigusr signal is send. | |
Class to catch system signals and sleep.
void NAV::Sleep::countDownSeconds | ( | size_t | seconds | ) |
Wait the thread till time passes.
[in] | seconds | Time to sleep in seconds |