RTI Connext DDS Micro C API  Version 3.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Infrastructure Module

Defines the DDS infrastructure package. More...

Modules

 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.
 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 DataWriter's write operation. More...

Macros

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

Detailed Description

Defines the DDS infrastructure package.

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.

This diagram defines the elements that are defined in the DDS specification, and their relationships to each other. Not all entities and functions shown in the diagram are supported by RTI Connext DDS Micro. Please read the information on the individual types to determine whether a function is supported.


Macro Definition Documentation

#define DDS_WRITEPARAMS_DEFAULT
Value:
{ \
DDS_SAMPLE_IDENTITY_UNKNOWN, \
DDS_SAMPLE_IDENTITY_UNKNOWN, \
DDS_TIME_ZERO, \
DDS_HANDLE_NIL_NATIVE \
}

Default values used to initialize instances of DDS_WriteParams_t.


RTI Connext DDS Micro C API Version 3.0.0 Copyright © Fri Mar 22 2019 Real-Time Innovations, Inc