36#ifndef IMT_BASE_DFF_RUNTIME_OS_SYSTEMTICKTHREAD_H
37#define IMT_BASE_DFF_RUNTIME_OS_SYSTEMTICKTHREAD_H
48class SystemTickThreadImpl;
84 std::unique_ptr<SystemTickThreadImpl> m_systemTickThread;
Provide the thread responsible for generation of tick events.
void start()
Enables the system tick thread.
~SystemTickThread()
Destructor.
SystemTickThread & operator=(SystemTickThread const &source)=delete
void stop()
Stops the system tick thread.
SystemTickThread(SystemTickThread &&source) noexcept=delete
SystemTickThread()
Constructor.
SystemTickThread & operator=(SystemTickThread &&source) noexcept=delete
SystemTickThread(SystemTickThread const &source)=delete
This is a application specific file which is used to configure Imt.Base.Core.Math.