RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_TopicListener Struct Reference

<<interface>> DDS_Listener for DDS_Topic entities. More...

#include <dds_c_topic.h>

Data Fields

struct DDS_Listener as_listener
 The superclass instance of this DDS_TopicListener.
DDS_TopicListener_InconsistentTopicCallback on_inconsistent_topic
 Handle the DDS_INCONSISTENT_TOPIC_STATUS status.

Detailed Description

<<interface>> DDS_Listener for DDS_Topic entities.

Entity:
DDS_Topic
Status:
DDS_INCONSISTENT_TOPIC_STATUS, DDS_InconsistentTopicStatus

This is the interface that can be implemented by an application-provided class and then registered with the DDS_Topic such that the application can be notified by RTI Connext DDS Micro of relevant status changes.

See also:
Status Kinds
DDS_Listener

Field Documentation

struct DDS_Listener DDS_TopicListener::as_listener

The superclass instance of this DDS_TopicListener.

DDS_TopicListener_InconsistentTopicCallback DDS_TopicListener::on_inconsistent_topic

Handle the DDS_INCONSISTENT_TOPIC_STATUS status.

This callback is called when a remote DDS_Topic is discovered but is inconsistent with the locally created DDS_Topic of the same topic name.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc