CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.TopicListener Interface Reference

The DDS_TopicListener provides asynchronous notification of DDS_Topic events. This listener can be installed during Topic creation (DDS_DomainParticipant_create_topic() and related) as well as by calling DDS_Topic_set_listener(). More...

Public Member Functions

void on_inconsistent_topic (Topic the_topic, InconsistentTopicStatus status)
 
long get_nil_mask ()
 

Detailed Description

The DDS_TopicListener provides asynchronous notification of DDS_Topic events. This listener can be installed during Topic creation (DDS_DomainParticipant_create_topic() and related) as well as by calling DDS_Topic_set_listener().

Member Function Documentation

◆ get_nil_mask()

long com.toc.coredx.DDS.TopicListener.get_nil_mask ( )

Returns a bitmask indicating which listener methods (if any) should be considered NIL, and therefore, should not be invoked.

◆ on_inconsistent_topic()

void com.toc.coredx.DDS.TopicListener.on_inconsistent_topic ( Topic  the_topic,
InconsistentTopicStatus  status 
)

Called when the CoreDX DDS middleware detects that another topic exists with different (inconsistent) characteristics.

The status argument provides a snapshot of the status at the time the listener was invoked.


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