3#ifndef IMT_BASE_DFF_RUNTIME_EVENTDATABUFFER_H
4#define IMT_BASE_DFF_RUNTIME_EVENTDATABUFFER_H
35 return m_dataBuffer.data();
43 return m_dataBuffer.data();
51 return EVENTDATA_SIZE_BYTES;
59 return EVENTDATA_SIZE_BYTES;
64 std::array<uint8_t, EVENTDATA_SIZE_BYTES> m_dataBuffer {};
Event data structure base.
Event data structure for normal sized buffer.
size_t getCapacity() const final
get data size
EventDataNormal()=default
Constructor.
static size_t size()
get the size of this event
uint8_t const * getData() const final
get a pointer to the data
uint8_t * getData() final
get a pointer to the data
This is a application specific file which is used to configure Imt.Base.Core.Math.