36#ifndef IMT_BASE_DFF_RUNTIME_RUNTIMECORE_H
37#define IMT_BASE_DFF_RUNTIME_RUNTIMECORE_H
Serialization is the process of translating data structures into a binary representation.
Interface for callback about the event pool capacity.
Interface of an executable which is called by the runtime once an event has to be processed.
Interface for idle processing.
RuntimeCore defines the basic Application Interface (API) to the core part of the event-based run to ...
static void start()
Start the core.
static constexpr CoreHandle COREHANDLE_INVALID
Constant which represents an invalid CoreHandle.
static void init(IdleCallbackIfc *const pIdleCallback=nullptr, EventPoolCapacityCallbackIfc *const pEventPoolCapacityCallback=nullptr)
Initialize the core.
int16_t CoreHandle
A CoreHandle is used to identify an executable with a unique number (similar to a phone number).
static void sendEvent(CoreHandle const receiverHandle, uint16_t const protocolIdentifier, ::imt::base::core::serialization::SerializableIfc const *const pEventData, size_t const eventDataSizeBytes)
Send an event to the given receiver (the scheduler will determinate when the event will be processed ...
static CoreHandle create(ExecutableIfc &executable)
Register the given executable in the core.
static void stop()
Stops the core.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int16 uint16_t