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

Derives from the un-typed Topic listener and provides 'empty' implementations for all listener operations. More...

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

Public Member Functions

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

Detailed Description

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

Derives from the un-typed Topic listener and provides 'empty' implementations for all listener operations.

Member Function Documentation

◆ on_inconsistent_topic()

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

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

Implements dds::topic::TopicListener< T >.


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