RTI Connext Micro  Version 2.4.1.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.DDS_Entity subtypes are created and destroyed by factory objects. With the exception of DDS_DomainParticipant, whose factory is DDS_DomainParticipantFactory, all DDS_Entity factory objects are themselves DDS_Entity subtypes as well.
 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_SAMPLE_IDENTITY_UNKNOWN
 Data structure used to provide explicit identity information about a published data sample.
#define DDS_WRITEPARAMS_DEFAULT
 Default values used to initialize instances of ::DDS_WriteParams.

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 Micro. Please read the information on the individual types to determine whether a function is supported.


Macro Definition Documentation

#define DDS_SAMPLE_IDENTITY_UNKNOWN
Value:
{ \
DDS_GUID_INITIALIZER, \
DDS_SEQUENCE_NUMBER_UNKNOWN \
}

Data structure used to provide explicit identity information about a published data sample.

#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.


RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc