RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
OSAPI_SharedMemorySegmentHandle Struct Reference

#include <netio_zcopy_shm_segment.h>

Data Fields

struct OSAPI_SharedMemorySegmentHeaderptr_header
 
void * ptr_user_data
 
OSAPI_SHMEM_MODE mode
 

Detailed Description

Opaque handle initialized by the create and attach methods and used to interact with a shared memory segment.

Field Documentation

◆ ptr_header

struct OSAPI_SharedMemorySegmentHeader* OSAPI_SharedMemorySegmentHandle::ptr_header

Pointer to segment header in shared memory

◆ ptr_user_data

void* OSAPI_SharedMemorySegmentHandle::ptr_user_data

Pointer to where user data can be stored in shared memory

◆ mode

OSAPI_SHMEM_MODE OSAPI_SharedMemorySegmentHandle::mode

Mode requested by the caller of create or attach