RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
Shared Memory Transport API

Topics

 NETIO Shared Memory API
 OS independent way to setup and access shared-memory segments, shared-memory mutexes and shared memory binary semaphores.
 

Classes

struct  NETIO_SHMEMInterfaceFactoryProperty
 <<eXtension>> Properties for the SHMEM Transport. More...
 
class  SHMEMInterfaceFactory
 <<eXtension>> A SHMEM transport factory that will be used by a DomainParticipant to create a SHMEM interface. Only one SHMEM interface can be registered with the DomainParticipantFactory. More...
 

Detailed Description

<<eXtension>> The shared memory (SHMEM) transport implements the RTI Connext DDS Micro NETIO interface and uses a message queue in shared memory for communication between DomainParticipants. Please refer to the User's Manual for information about how to use the SHMEM transport.