iox::mepoo::SegmentManager::SegmentMapping
Public Functions
Public Attributes
Public Functions Documentation
function SegmentMapping
inline SegmentMapping(
const ShmName_t & sharedMemoryName,
void * startAddress,
uint64_t size,
bool isWritable,
uint64_t segmentId,
const iox::mepoo::MemoryInfo & memoryInfo =iox::mepoo::MemoryInfo()
)
Public Attributes Documentation
variable m_sharedMemoryName
ShmName_t m_sharedMemoryName {""};
variable m_startAddress
void * m_startAddress {nullptr};
variable m_size
variable m_isWritable
bool m_isWritable {false};
variable m_segmentId
uint64_t m_segmentId {0};
variable m_memoryInfo
iox::mepoo::MemoryInfo m_memoryInfo;
Updated on 31 May 2022 at 15:29:16 CEST