Public Member Functions

TopicListener< T > Class Template Reference

#include <TopicListener.hpp>

Inheritance diagram for TopicListener< T >:

List of all members.

Public Member Functions

virtual ~TopicListener ()
virtual void on_inconsistent_topic (Topic< T > &topic, const dds::core::status::InconsistentTopicStatus &status)=0

Detailed Description

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

Definition at line 29 of file TopicListener.hpp.


Constructor & Destructor Documentation

virtual ~TopicListener (  )  [inline, virtual]

Definition at line 31 of file TopicListener.hpp.


Member Function Documentation

virtual void on_inconsistent_topic ( Topic< T > &  topic,
const dds::core::status::InconsistentTopicStatus status 
) [pure virtual]

Implemented in NoOpTopicListener< T >.


The documentation for this class was generated from the following file: