RTI Connext DDS Micro C++ API
Version 3.0.3
|
The key type of the built-in topic types. More...
#include <dds_c_infrastructure.h>
Public Attributes | |
DDS_BUILTIN_TOPIC_KEY_TYPE_NATIVE | value [DDS_BUILTIN_TOPIC_KEY_TYPE_NATIVE_LENGTH] |
An array of four integers that uniquely represents a remote DDSEntity. |
The key type of the built-in topic types.
Each remote DDSEntity to be discovered can be uniquely identified by this key. This is the key of all the built-in topic data types.
The value of element DDS_BUILTIN_TOPIC_KEY_OBJECT_ID is the object ID of the remote entity. In Dynamic Participant/Static Endpoint discovery, this must be set correctly for each remote DDSDataReader and DDSDataWriter that an application intends to discover.
For example, to configure a remote DDSDataWriter with object ID 100 by setting the key in the DDS_PublicationBuiltinTopicData:
DDS_BUILTIN_TOPIC_KEY_TYPE_NATIVE DDS_BuiltinTopicKey_t::value[DDS_BUILTIN_TOPIC_KEY_TYPE_NATIVE_LENGTH] |
An array of four integers that uniquely represents a remote DDSEntity.