|
ADTF
|
#include <kernel_timeout.h>
Public Member Functions | |
| template<typename Callable, typename ... Args> | |
| tResult | Start (const char *strName, std::chrono::microseconds tmTimeout, Callable &&oMethod, Args &&... args) |
| tResult | Cancel () |
Calls the given method if a timeout occures.
| tResult adtf::system::kernel_timeout::Cancel | ( | ) |
Cancels the timeout.
|
inline |
(Re-)Starts the timeout.