RTI Connext C API
Version 5.2.0
|
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_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. | |
Typedefs | |
typedef struct DDS_BuiltinTopicKey_t | DDS_BuiltinTopicKey_t |
The key type of the built-in topic types. | |
Functions | |
struct DDS_Locator_t * | DDS_Locator_t_copy (struct DDS_Locator_t *self, const struct DDS_Locator_t *src) typedef struct DDS_ProtocolVersion_t |
<<extension>> Type used to represent the version of the RTPS protocol. | |
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. | |
Types and functions related to the built-in topics.
#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.
typedef struct DDS_BuiltinTopicKey_t DDS_BuiltinTopicKey_t |
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.
|
read |
<<extension>> Type used to represent the version of the RTPS protocol.
Major protocol version number
Minor protocol version number
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.