RTI Connext Modern C++ API Version 7.3.0
dds::topic::BuiltinTopicKey Class Reference

The key of the built-in topics. More...

#include <dds/topic/BuiltinTopicKey.hpp>

Public Member Functions

 TBuiltinTopicKey ()
 Creates a key whose value() are all zeros. More...
 
std::vector< uint32_t > value () const
 Returns a copy of the four integers that represent the key. More...
 

Detailed Description

The key of the built-in topics.

Each remote dds::core::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::topic::ParticipantBuiltinTopicData
dds::topic::TopicBuiltinTopicData
dds::topic::PublicationBuiltinTopicData
dds::topic::SubscriptionBuiltinTopicData

Member Function Documentation

◆ TBuiltinTopicKey()

dds::topic::BuiltinTopicKey::TBuiltinTopicKey ( )
inline

Creates a key whose value() are all zeros.

◆ value()

std::vector< uint32_t > dds::topic::BuiltinTopicKey::value ( ) const

Returns a copy of the four integers that represent the key.