DDS-PSM-C++ 1.0 ISO C++ API for OpenSplice DDS |
#include <AnyTopic.hpp>
Public Member Functions | |
template<typename T > | |
AnyTopic (const dds::topic::Topic< T > &t) | |
const dds::domain::DomainParticipant & | domain_participant () const |
template<typename T > | |
Topic< T > | get () |
const dds::core::status::InconsistentTopicStatus & | inconsistent_topic_status () |
const detail::THolderBase * | operator-> () const |
detail::THolderBase * | operator-> () |
const dds::topic::qos::TopicQos & | qos () const |
void | qos (const dds::topic::qos::TopicQos &q) |
Definition at line 39 of file AnyTopic.hpp.
dds::topic::AnyTopic::AnyTopic | ( | const dds::topic::Topic< T > & | t | ) |
const dds::domain::DomainParticipant& dds::topic::AnyTopic::domain_participant | ( | ) | const |
Topic<T> dds::topic::AnyTopic::get | ( | ) |
const dds::core::status::InconsistentTopicStatus& dds::topic::AnyTopic::inconsistent_topic_status | ( | ) |
| inline |
detail::THolderBase* dds::topic::AnyTopic::operator-> | ( | ) |
const dds::topic::qos::TopicQos& dds::topic::AnyTopic::qos | ( | ) | const |
void dds::topic::AnyTopic::qos | ( | const dds::topic::qos::TopicQos & | q | ) |