OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::TopicCallbacks Class Referenceabstract

Defines the interface for Discovery callbacks into the Topic. More...

#include <TopicCallbacks.h>

Inheritance diagram for OpenDDS::DCPS::TopicCallbacks:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::TopicCallbacks:
Collaboration graph
[legend]

Public Member Functions

 TopicCallbacks ()
 
virtual ~TopicCallbacks ()
 
virtual void inconsistent_topic (int count)=0
 
- Public Member Functions inherited from OpenDDS::DCPS::RcObject
virtual ~RcObject ()
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
long ref_count () const
 
WeakObject_get_weak_object () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Detailed Description

Defines the interface for Discovery callbacks into the Topic.

Definition at line 27 of file TopicCallbacks.h.

Constructor & Destructor Documentation

◆ TopicCallbacks()

OpenDDS::DCPS::TopicCallbacks::TopicCallbacks ( )
inline

Definition at line 31 of file TopicCallbacks.h.

31 {}

◆ ~TopicCallbacks()

virtual OpenDDS::DCPS::TopicCallbacks::~TopicCallbacks ( )
inlinevirtual

Definition at line 33 of file TopicCallbacks.h.

References inconsistent_topic(), and OPENDDS_END_VERSIONED_NAMESPACE_DECL.

33 {}

Member Function Documentation

◆ inconsistent_topic()

virtual void OpenDDS::DCPS::TopicCallbacks::inconsistent_topic ( int  count)
pure virtual

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