Skip to content

iox::mepoo::SegmentConfig::SegmentEntry🔗

Public Functions🔗

Name
SegmentEntry(const posix::PosixGroup::string_t & readerGroup, const posix::PosixGroup::string_t & writerGroup, const MePooConfig & memPoolConfig, iox::mepoo::MemoryInfo memoryInfo =iox::mepoo::MemoryInfo())

Public Attributes🔗

Name
posix::PosixGroup::string_t m_readerGroup
posix::PosixGroup::string_t m_writerGroup
MePooConfig m_mempoolConfig
iox::mepoo::MemoryInfo m_memoryInfo

Public Functions Documentation🔗

function SegmentEntry🔗

inline SegmentEntry(
    const posix::PosixGroup::string_t & readerGroup,
    const posix::PosixGroup::string_t & writerGroup,
    const MePooConfig & memPoolConfig,
    iox::mepoo::MemoryInfo memoryInfo =iox::mepoo::MemoryInfo()
)

Public Attributes Documentation🔗

variable m_readerGroup🔗

posix::PosixGroup::string_t m_readerGroup;

variable m_writerGroup🔗

posix::PosixGroup::string_t m_writerGroup;

variable m_mempoolConfig🔗

MePooConfig m_mempoolConfig;

variable m_memoryInfo🔗

iox::mepoo::MemoryInfo m_memoryInfo;

Updated on 17 June 2021 at 11:15:27 CEST