CoreDX DDS Modern C++ API
Public Member Functions | List of all members
dds::topic::TopicListener< T > Class Template Referenceabstract

Base typed Topic listener. More...

Inheritance diagram for dds::topic::TopicListener< T >:
Inheritance graph
[legend]

Public Member Functions

virtual void on_inconsistent_topic (Topic< T > &topic, const dds::core::status::InconsistentTopicStatus &status)=0
 Invoked when the middleware detects another instance of a Topic with an inconsitent type. More...
 

Detailed Description

template<typename T>
class dds::topic::TopicListener< T >

Base typed Topic listener.

Member Function Documentation

◆ on_inconsistent_topic()

template<typename T >
virtual void dds::topic::TopicListener< T >::on_inconsistent_topic ( Topic< T > &  topic,
const dds::core::status::InconsistentTopicStatus status 
)
pure virtual

Invoked when the middleware detects another instance of a Topic with an inconsitent type.

Implemented in dds::topic::NoOpTopicListener< T >.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.