iox::mepoo::MePooConfig::Entry🔗
Public Functions🔗
Name | |
---|---|
Entry(uint32_t f_size, uint32_t f_chunkCount) set the size and count of memory chunks |
Public Attributes🔗
Name | |
---|---|
uint32_t | m_size |
uint32_t | m_chunkCount |
Public Functions Documentation🔗
function Entry🔗
inline Entry(
uint32_t f_size,
uint32_t f_chunkCount
)
set the size and count of memory chunks
Public Attributes Documentation🔗
variable m_size🔗
uint32_t m_size {0};
variable m_chunkCount🔗
uint32_t m_chunkCount {0};
Updated on 17 March 2022 at 12:15:57 CET