Skip to content

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 26 April 2021 at 15:31:02 CEST