3#ifndef IMT_BASE_DFF_RUNTIME_OS_RUNTIMETHREAD_H
4#define IMT_BASE_DFF_RUNTIME_OS_RUNTIMETHREAD_H
19class RuntimeThreadImpl;
64 std::unique_ptr<RuntimeThreadImpl> m_threadImpl;
Interface of an executable which is called by the runtime once an event has to be processed.
Provides a thread instance used to run the logic of an active part of the data flow runtime.
RuntimeThread(RuntimeThread &&source) noexcept=delete
void start()
Starts execution of the thread.
void queueEvent(EventData &&eventItem)
Queues a new event to the runtime thread.
RuntimeThread & operator=(RuntimeThread &&source) noexcept=delete
void stop()
Stops execution of the thread.
~RuntimeThread()
Destructor.
RuntimeThread(::imt::base::dff::runtime::ExecutableIfc &executable, std::string const &threadName, ::imt::base::dff::runtime::RuntimePriority priority)
Constructor.
RuntimeThread(RuntimeThread const &source)=delete
RuntimeThread & operator=(RuntimeThread const &source)=delete
RuntimePriority
Runtime executable priorities (=software priorities) The priorities start at 1 with lowest priority,...
This is a application specific file which is used to configure Imt.Base.Core.Math.