#include <TopicListener.hpp>
Inheritance diagram for NoOpTopicListener< T >:Public Member Functions | |
| virtual | ~NoOpTopicListener () |
| virtual void | on_inconsistent_topic (Topic< T > &topic, const dds::core::status::InconsistentTopicStatus &status) |
Definition at line 41 of file TopicListener.hpp.
| virtual ~NoOpTopicListener | ( | ) | [inline, virtual] |
Definition at line 43 of file TopicListener.hpp.
| virtual void on_inconsistent_topic | ( | Topic< T > & | topic, | |
| const dds::core::status::InconsistentTopicStatus & | status | |||
| ) | [inline, virtual] |
Implements TopicListener< T >.
Definition at line 46 of file TopicListener.hpp.
1.7.1