#include <ThreadedMailbox.h>
|
| CTimer (const std::function< void(void)> &rTimerEventNotifierFunction) |
|
template<class Fn , class... Args> |
| CTimer (Fn &&rTimerEventNotifierFunction, Args &&... Ax) |
|
virtual | ~CTimer () |
|
bool | StartSingleShot (std::chrono::milliseconds Delay_ms) |
|
bool | Start (std::chrono::milliseconds Period_ms) |
|
void | Stop () |
|
Definition at line 126 of file ThreadedMailbox.h.
◆ CTimer() [1/2]
MTL::ThreadedMailbox::CTimer::CTimer |
( |
const std::function< void(void)> & |
rTimerEventNotifierFunction | ) |
|
|
inline |
◆ CTimer() [2/2]
template<class Fn , class... Args>
MTL::ThreadedMailbox::CTimer::CTimer |
( |
Fn && |
rTimerEventNotifierFunction, |
|
|
Args &&... |
Ax |
|
) |
| |
|
inline |
◆ ~CTimer()
virtual MTL::ThreadedMailbox::CTimer::~CTimer |
( |
| ) |
|
|
inlinevirtual |
◆ Start()
bool MTL::ThreadedMailbox::CTimer::Start |
( |
std::chrono::milliseconds |
Period_ms | ) |
|
|
inline |
◆ StartSingleShot()
bool MTL::ThreadedMailbox::CTimer::StartSingleShot |
( |
std::chrono::milliseconds |
Delay_ms | ) |
|
|
inline |
◆ Stop()
void MTL::ThreadedMailbox::CTimer::Stop |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- D:/Perforce/Simon_DESKTOP-ST2_C++InstrumentCatalogDistribution_20_10_08_3862/InstrumentCatalog/MFC/include/ThreadedMailbox.h