auto listener = std::make_shared<ExampleTopicListener>();
participant, "MyTopic6", "MyTypeName6", qos, listener);
participant, "MyTopic7", qos, listener,
participant, "MyTopic8", "MyTypeName8", qos, listener,
static Durability TransientLocal()
Creates a Durability instance with trasient-local kind.
Definition: TCorePolicy.hpp:204
static const StatusMask inconsistent_topic()
Another topic exists with the same name but different characteristics.
Definition: State.hpp:187
<<reference-type>> Container for all dds::core::Entity objects.
Definition: TDomainParticipant.hpp:63
<<reference-type>> Topic is the most basic description of the data to be published and subscribed.
Definition: TTopic.hpp:56
<<value-type>> Container of the QoS policies that a dds::topic::Topic supports
Definition: TopicQosImpl.hpp:72