iceoryx_doc
1.0.1
|
shared memory setup for the management segment user side More...
#include <shared_memory_user.hpp>
Public Member Functions | |
SharedMemoryUser (const bool doMapSharedMemoryIntoThread, const size_t topicSize, const uint64_t segmentId, const rp::BaseRelativePointer::offset_t segmentManagerAddressOffset) | |
Constructor. More... | |
shared memory setup for the management segment user side
iox::runtime::SharedMemoryUser::SharedMemoryUser | ( | const bool | doMapSharedMemoryIntoThread, |
const size_t | topicSize, | ||
const uint64_t | segmentId, | ||
const rp::BaseRelativePointer::offset_t | segmentManagerAddressOffset | ||
) |
Constructor.
[in] | doMapSharedMemoryIntoThread | used by roudi environment for testing. No mapping of memory if false |
[in] | topicSize | size of the shared memory management segment |
[in] | segmentManagerAddr | adress of the segment manager that does the final mapping of memory in the process |
[in] | segmentId | of the relocatable shared memory segment address space |