|
RTI Connext Modern C++ API Version 7.6.0
|
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... | |
Static Public Member Functions | |
| static D | unknown () |
| Unknown BuiltinTopicKey. More... | |
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.
|
inline |
Creates a key whose value() are all zeros.
|
inlinestatic |
Unknown BuiltinTopicKey.
| std::vector< uint32_t > dds::topic::BuiltinTopicKey::value | ( | ) | const |
Returns a copy of the four integers that represent the key.