36#ifndef IMT_BASE_DFF_RUNTIME_EXECUTABLEIFC_H
37#define IMT_BASE_DFF_RUNTIME_EXECUTABLEIFC_H
Deserializes various data types from the given byte buffer.
Optional parameters that can be passed from the active part to the runtime to be considered when crea...
Interface of an executable which is called by the runtime once an event has to be processed.
ExecutableIfc(ExecutableIfc &&)=delete
ExecutableIfc & operator=(ExecutableIfc const &) &=delete
ExecutableIfc(ExecutableIfc const &)=delete
ExecutableIfc() noexcept=default
Default constructor.
virtual ~ExecutableIfc()=default
Destructor.
virtual ExecutableConfiguration const & getExecutableConfiguration() const =0
Get the executable configuration.
virtual RuntimePriority getPriority() const =0
Get a priority.
virtual void execute(uint16_t const protocolID, ::imt::base::core::serialization::Deserializer &buffer)=0
One-Shot function which is called once a message is ready to be processed.
ExecutableIfc & operator=(ExecutableIfc &&) &=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.
unsigned __int16 uint16_t