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

Defines the abstract classes and the interfaces that are refined by the other modules. Contains common definitions such as return codes, status values, and QoS policies. More...

Topics

 Time Support
 Time and duration types and defines.
 
 GUID Support
 GUID type and defines.
 
 Sequence Number Support
 Sequence number type and defines.
 
 Return Codes
 Types of return codes.
 
 Status Kinds
 Kinds of communication status.
 
 QoS Policies
 Quality of Service (QoS) policies.
 
 Conditions and WaitSets
 DDS_Condition and DDS_WaitSet and related items.
 
 Entity Support
 DDS_Entity, DDS_Listener and related items.
 
 Sequence Support
 Defines sequence interface and primitive data types sequences.
 
 Type Support
 Type Plugin.
 
 Exception codes
 Exception codes.
 
 String Support
 String creation, cloning, assignment, and deletion.
 

Data Structures

struct  DDS_SampleIdentity_t
 Data structure used to provide explicit identity information about a published data sample. More...
 
struct  DDS_WriteParams_t
 Data structure used to provide custom parameters to a DDS_DataWriter's write operation. More...
 

Macros

#define DDS_WRITEPARAMS_DEFAULT
 Default values used to initialize instances of DDS_WriteParams_t.
 

Detailed Description

Defines the abstract classes and the interfaces that are refined by the other modules. Contains common definitions such as return codes, status values, and QoS policies.

Defines the DDS infrastructure package.

Macro Definition Documentation

◆ DDS_WRITEPARAMS_DEFAULT

#define DDS_WRITEPARAMS_DEFAULT
Value:
{ \
DDS_SAMPLE_IDENTITY_UNKNOWN, \
DDS_SAMPLE_IDENTITY_UNKNOWN, \
DDS_HANDLE_NIL_NATIVE \
}
#define DDS_TIME_ZERO
The default instant in time: zero seconds and zero nanoseconds.
Definition dds_c_infrastructure.h:208

Default values used to initialize instances of DDS_WriteParams_t.