RTI Connext DDS Micro C++ API
Version 4.1.0
|
#include <netio_zcopy_shm_segment.h>
Public Attributes | |
struct OSAPI_SharedMemorySegmentHeader * | ptr_header |
void * | ptr_user_data |
OSAPI_SHMEM_MODE | mode |
Opaque handle initialized by the create and attach methods and used to interact with a shared memory segment.
struct OSAPI_SharedMemorySegmentHeader* OSAPI_SharedMemorySegmentHandle::ptr_header |
Pointer to segment header in shared memory
void* OSAPI_SharedMemorySegmentHandle::ptr_user_data |
Pointer to where user data can be stored in shared memory
OSAPI_SHMEM_MODE OSAPI_SharedMemorySegmentHandle::mode |
Mode requested by the caller of create or attach