iceoryx_doc
1.0.1
|
Public Member Functions | |
SegmentMapping (const ShmName_t &sharedMemoryName, void *startAddress, uint64_t size, bool isWritable, uint64_t segmentId, const iox::mepoo::MemoryInfo &memoryInfo=iox::mepoo::MemoryInfo()) noexcept | |
Public Attributes | |
ShmName_t | m_sharedMemoryName {""} |
void * | m_startAddress {nullptr} |
uint64_t | m_size {0} |
bool | m_isWritable {false} |
uint64_t | m_segmentId {0} |
iox::mepoo::MemoryInfo | m_memoryInfo |