3#ifndef IMT_BASE_LIB_REMOTING_REMOTEPOOLS_H
4#define IMT_BASE_LIB_REMOTING_REMOTEPOOLS_H
47 std::array<uint8_t, imt::base::lib::remoting::DATA_FRAME_SIZE>
m_data;
55 static std::array<RegistryPageNode, REMOTE_OBJECT_MAX> s_registryPageNodeArray;
60 static std::array<DataFrameData, DATA_FRAME_POOL_SIZE> s_dataFramePool;
fixed size pool allocator
static RegistryPageNodeAllocator s_registryPageNodeAllocator
static ::imt::base::core::util::ObjectPoolAllocator< DataFrameData > s_dataFrameAllocator
This is a application specific file which is used to configure Imt.Base.Core.Math.
Node used for LinkedList class.
Struct to save frame data.
std::array< uint8_t, imt::base::lib::remoting::DATA_FRAME_SIZE > m_data
data array with maximum DATA_FRAME_SIZE length