RTI Connext C API  Version 6.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Common types and functions

Types and functions related to the built-in topics. More...

Data Structures

struct  DDS_Locator_t
 <<extension>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports. More...
 
struct  DDS_LocatorSeq
 Declares IDL sequence < DDS_Locator_t > More...
 
struct  DDS_ProtocolVersion_t
 <<extension>> Type used to represent the version of the RTPS protocol. More...
 
struct  DDS_VendorId_t
 <<extension>> Type used to represent the vendor of the service implementing the RTPS protocol. More...
 
struct  DDS_ProductVersion_t
 <<extension>> Type used to represent the current version of RTI Connext. More...
 
struct  DDS_TransportInfo_t
 Contains the class_id and message_size_max of an installed transport. More...
 
struct  DDS_TransportInfoSeq
 Instantiates FooSeq < DDS_TransportInfo_t > . More...
 
struct  DDS_BuiltinTopicKey_t
 The key type of the built-in topic types. More...
 
struct  DDS_ContentFilterProperty_t
 <<extension>> Type used to provide all the required information to enable content filtering. More...
 

Macros

#define DDS_LOCATOR_ADDRESS_LENGTH_MAX   16
 Declares length of address field in locator.
 
#define DDS_PROTOCOLVERSION_1_0   { 1, 0 }
 The protocol version 1.0.
 
#define DDS_PROTOCOLVERSION_1_1   { 1, 1 }
 The protocol version 1.1.
 
#define DDS_PROTOCOLVERSION_1_2   { 1, 2 }
 The protocol version 1.2.
 
#define DDS_PROTOCOLVERSION_2_0   { 2, 0 }
 The protocol version 2.0.
 
#define DDS_PROTOCOLVERSION_2_1   { 2, 1 }
 The protocol version 2.1.
 
#define DDS_PROTOCOLVERSION   { 2, 1 }
 The most recent protocol version. Currently 2.1.
 
#define DDS_VENDOR_ID_LENGTH_MAX   2
 Length of vendor id.
 
#define DDS_PRODUCTVERSION_UNKNOWN   { 0, 0, 0, 0 }
 The value used when the product version is unknown.
 
#define DDS_BuiltinTopicKey_t_INITIALIZER
 Initializer for new Keys.
 

Typedefs

typedef struct DDS_Locator_t DDS_Locator_t
 <<extension>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports.
 
typedef struct
DDS_ProtocolVersion_t 
DDS_ProtocolVersion_t
 <<extension>> Type used to represent the version of the RTPS protocol.
 
typedef struct
DDS_BuiltinTopicKey_t 
DDS_BuiltinTopicKey_t
 The key type of the built-in topic types.
 

Functions

DDS_Boolean DDS_BuiltinTopicKey_equals (const DDS_BuiltinTopicKey_t *self, const DDS_BuiltinTopicKey_t *other)
 Compares this Key with another Key for equality.
 
void DDS_BuiltinTopicKey_copy (DDS_BuiltinTopicKey_t *dst, const DDS_BuiltinTopicKey_t *src)
 Copies another Key into this Key.
 
void DDS_BuiltinTopicKey_to_guid (const DDS_BuiltinTopicKey_t *self, DDS_GUID_t *dst)
 Converts this Key into a GUID.
 
void DDS_BuiltinTopicKey_from_guid (DDS_BuiltinTopicKey_t *self, const DDS_GUID_t *src)
 Initializes this Key from the input GUID.
 

Variables

struct DDS_Locator_t DDS_LOCATOR_INVALID
 An invalid locator.
 
const DDS_Long DDS_LOCATOR_KIND_INVALID
 Locator of this kind is invalid.
 
const DDS_UnsignedLong DDS_LOCATOR_PORT_INVALID
 An invalid port.
 
const DDS_Octet DDS_LOCATOR_ADDRESS_INVALID [DDS_LOCATOR_ADDRESS_LENGTH_MAX]
 An invalid address.
 
const DDS_Long DDS_LOCATOR_KIND_UDPv4
 A locator for a UDPv4 address.
 
const DDS_Long DDS_LOCATOR_KIND_SHMEM
 A locator for an address acessed via shared memory.
 
const DDS_Long DDS_LOCATOR_KIND_SHMEM_510
 A locator for an address acessed via shared memory for RTI Connext 5.1.0 and earlier.
 
const DDS_Long DDS_LOCATOR_KIND_UDPv6
 A locator for a UDPv6 address.
 
const DDS_Long DDS_LOCATOR_KIND_UDPv6_510
 A locator for a UDPv6 address for RTI Connext 5.1.0 and earlier.
 
const DDS_Long DDS_LOCATOR_KIND_RESERVED
 Locator of this kind is reserved.
 

Detailed Description

Types and functions related to the built-in topics.

Macro Definition Documentation

#define DDS_LOCATOR_ADDRESS_LENGTH_MAX   16

Declares length of address field in locator.

#define DDS_PROTOCOLVERSION_1_0   { 1, 0 }

The protocol version 1.0.

#define DDS_PROTOCOLVERSION_1_1   { 1, 1 }

The protocol version 1.1.

#define DDS_PROTOCOLVERSION_1_2   { 1, 2 }

The protocol version 1.2.

#define DDS_PROTOCOLVERSION_2_0   { 2, 0 }

The protocol version 2.0.

#define DDS_PROTOCOLVERSION_2_1   { 2, 1 }

The protocol version 2.1.

#define DDS_PROTOCOLVERSION   { 2, 1 }

The most recent protocol version. Currently 2.1.

#define DDS_VENDOR_ID_LENGTH_MAX   2

Length of vendor id.

#define DDS_PRODUCTVERSION_UNKNOWN   { 0, 0, 0, 0 }

The value used when the product version is unknown.

#define DDS_BuiltinTopicKey_t_INITIALIZER

Initializer for new Keys.

Typedef Documentation

typedef struct DDS_Locator_t DDS_Locator_t

<<extension>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports.

<<extension>> Type used to represent the version of the RTPS protocol.

The key type of the built-in topic types.

Each remote DDS_Entity to be discovered can be uniquely identified by this key. This is the key of all the built-in topic data types.

See Also
DDS_ParticipantBuiltinTopicData
DDS_TopicBuiltinTopicData
DDS_PublicationBuiltinTopicData
DDS_SubscriptionBuiltinTopicData

Function Documentation

DDS_Boolean DDS_BuiltinTopicKey_equals ( const DDS_BuiltinTopicKey_t self,
const DDS_BuiltinTopicKey_t other 
)

Compares this Key with another Key for equality.

Parameters
self<<in>> This Key. Cannot be NULL.
other<<in>> The other Key to be compared with this Key. Cannot be NULL.
Returns
DDS_BOOLEAN_TRUE if the two Keys have equal values, or DDS_BOOLEAN_FALSE otherwise.
void DDS_BuiltinTopicKey_copy ( DDS_BuiltinTopicKey_t dst,
const DDS_BuiltinTopicKey_t src 
)

Copies another Key into this Key.

Parameters
dst<<out>> This Key. Cannot be NULL.
src<<in>> The other Key to be copied. Cannot be NULL.
void DDS_BuiltinTopicKey_to_guid ( const DDS_BuiltinTopicKey_t self,
DDS_GUID_t dst 
)

Converts this Key into a GUID.

Parameters
self<<in>> This Key. Cannot be NULL.
dst<<out>> The destination GUID. Cannot be NULL.
void DDS_BuiltinTopicKey_from_guid ( DDS_BuiltinTopicKey_t self,
const DDS_GUID_t src 
)

Initializes this Key from the input GUID.

Parameters
self<<out>> This Key. Cannot be NULL.
src<<in>> The GUID to be used to initialize this Key. Cannot be NULL.

Variable Documentation

struct DDS_Locator_t DDS_LOCATOR_INVALID

An invalid locator.

const DDS_Long DDS_LOCATOR_KIND_INVALID

Locator of this kind is invalid.

const DDS_UnsignedLong DDS_LOCATOR_PORT_INVALID

An invalid port.

const DDS_Octet DDS_LOCATOR_ADDRESS_INVALID[DDS_LOCATOR_ADDRESS_LENGTH_MAX]

An invalid address.

const DDS_Long DDS_LOCATOR_KIND_UDPv4

A locator for a UDPv4 address.

const DDS_Long DDS_LOCATOR_KIND_SHMEM

A locator for an address acessed via shared memory.

const DDS_Long DDS_LOCATOR_KIND_SHMEM_510

A locator for an address acessed via shared memory for RTI Connext 5.1.0 and earlier.

const DDS_Long DDS_LOCATOR_KIND_UDPv6

A locator for a UDPv6 address.

const DDS_Long DDS_LOCATOR_KIND_UDPv6_510

A locator for a UDPv6 address for RTI Connext 5.1.0 and earlier.

const DDS_Long DDS_LOCATOR_KIND_RESERVED

Locator of this kind is reserved.


RTI Connext C API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc