RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches
TRANSPORT_ENCAPSULATION

Configuration for the wire encoding primarily used by Zero Copy v2. More...

Data Structures

struct  DDS_EncapsulationIdSeq
 Declares IDL sequence < DDS_EncapsulationId_t >. More...
 
struct  DDS_TransportEncapsulationSettings_t
 Associates a set of DDS_EncapsulationId_t with this entity. More...
 
struct  DDS_TransportEncapsulationSettingsSeq
 Declares IDL sequence < DDS_TransportEncapsulationSettings_t >. More...
 
struct  DDS_TransportEncapsulationQosPolicy
 Specifies the wire encapsulation(s) to use on each transport for a DDS_DataWriter. More...
 

Macros

#define DDS_ENCAPSULATION_ID_SHMEM_V2   ((RTI_UINT16)0xC003)
 Zero Copy v2 encapsulation.
 

Typedefs

typedef DDS_UnsignedShort DDS_EncapsulationId_t
 An unsigned 16-bit integer that identifies a wire encapsulation format.
 

Detailed Description

Configuration for the wire encoding primarily used by Zero Copy v2.

Macro Definition Documentation

◆ DDS_ENCAPSULATION_ID_SHMEM_V2

#define DDS_ENCAPSULATION_ID_SHMEM_V2   ((RTI_UINT16)0xC003)

Zero Copy v2 encapsulation.

Typedef Documentation

◆ DDS_EncapsulationId_t

An unsigned 16-bit integer that identifies a wire encapsulation format.

See also
DDS_ENCAPSULATION_ID_SHMEM_V2