36#ifndef IMT_BASE_DFF_ACTIVEPARTS_ACTIVEPARTABS_H
37#define IMT_BASE_DFF_ACTIVEPARTS_ACTIVEPARTABS_H
53namespace activeparts {
114 ::
imt::base::dff::runtime::RuntimeTimer::TimerHandle
startOneShotTimer(::
imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart,
uint32_t const timerTicksMs) const final;
123 ::
imt::base::dff::runtime::RuntimeTimer::TimerHandle
startPeriodicTimer(::
imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart,
uint32_t const intervalMs) const final;
130 ::
imt::base::dff::runtime::RuntimeTimer::TimerHandle
killTimer(::
imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToKill) const final;
139 virtual void registerBuffer(::imt::base::dff::runtime::BufferAbs& buffer,
uint16_t const eventSettings)
const;
164 bool m_isInitialized;
Abstract base class for an ActivePart.
::imt::base::dff::runtime::RuntimeTimer::TimerHandle startOneShotTimer(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart, uint32_t const timerTicksMs) const final
Starts or restarts the given one shot timer for this active part.
void initialize()
Initialize the active part.
::imt::base::dff::runtime::RuntimeTimer::TimerHandle startPeriodicTimer(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart, uint32_t const intervalMs) const final
Start a periodic timer for this active part.
virtual void onStart()=0
2nd step = called by start().
bool isStarted() const
Check if active part is started.
::imt::base::dff::runtime::RuntimePriority getPriority() const final
::imt::base::dff::runtime::RuntimeTimer::TimerHandle killTimer(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToKill) const final
Kill the given timer (if required).
virtual void onInitialize()=0
1st step = called by initialize().
ActivePartAbs(::imt::base::dff::runtime::RuntimePriority const priority, ::imt::base::dff::runtime::ExecutableConfiguration const configuration=::imt::base::dff::runtime::ExecutableConfiguration())
Constructor.
PortInput const & PortIn
Input Port of the active part (as a public visible read-only reference).
bool isInitialized() const
Check if active part is initialized.
void start()
Start the active part.
::imt::base::dff::runtime::ExecutableConfiguration const & getExecutableConfiguration() const final
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.
Interface to start timer.
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
unsigned __int32 uint32_t