RTI Connext Java API  Version 6.1.1
InconsistentTopicStatus Class Reference

com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS More...

Inherits Status.

Public Attributes

int total_count
 Total cumulative count of the pairs (com.rti.dds.subscription.DataReader,com.rti.dds.publication.DataWriter) whose topic names match the com.rti.dds.topic.Topic to which this status is attached and whose types are inconsistent according to the rules defined in com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicy. More...
 
int total_count_change
 The incremental number of inconsistent pairs (com.rti.dds.subscription.DataReader,com.rti.dds.publication.DataWriter) for the com.rti.dds.topic.Topic to which this status is attached, that have been discovered since the last time this status was read. More...
 

Detailed Description

com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS

Entity:
com.rti.dds.topic.Topic
Listener:
com.rti.dds.topic.TopicListener

Every time a com.rti.dds.subscription.DataReader and com.rti.dds.publication.DataWriter with the same com.rti.dds.topic.Topic do not match because the type-consistency enforcement policy fails, the inconsistent topic status is updated for the com.rti.dds.topic.Topic.

See also
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicy

Member Data Documentation

◆ total_count

int total_count

Total cumulative count of the pairs (com.rti.dds.subscription.DataReader,com.rti.dds.publication.DataWriter) whose topic names match the com.rti.dds.topic.Topic to which this status is attached and whose types are inconsistent according to the rules defined in com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicy.

◆ total_count_change

int total_count_change

The incremental number of inconsistent pairs (com.rti.dds.subscription.DataReader,com.rti.dds.publication.DataWriter) for the com.rti.dds.topic.Topic to which this status is attached, that have been discovered since the last time this status was read.