36#ifndef IMT_BASE_DFF_RUNTIME_RTOS_EVENTDATA_H
37#define IMT_BASE_DFF_RUNTIME_RTOS_EVENTDATA_H
52#ifdef USE_SMALL_EVENT_BUFFER
68 return *m_pExecutable;
94 m_pExecutable = pExecutable;
96 m_stackSize = stackSize;
103 m_pExecutable(nullptr),
Interface of an executable which is called by the runtime once an event has to be processed.
Executable data structure for executables like active parts.
virtual EventIndexMailbox & getMailbox()=0
The event mailbox.
void initialize(ExecutableIfc *const pExecutable, uint8_t *const stackAdr, size_t const stackSize)
Initialize executable.
size_t getStackSize() const
Stack size in bytes.
ExecutableIfc & getExecutable() const
The executable which the info belongs.
uint8_t * getStackAdr() const
The executable stack pointer.
ExecutableInfo()
Constructor.
A Mailbox represents an abstract way for runtime to send/receive events with fixed size messages from...
imt::base::dff::runtime::rtos::Mailbox< size_t, imt::base::dff::runtime::EVENTPOOL_SIZE > EventIndexMailbox
This is a application specific file which is used to configure Imt.Base.Core.Math.