RTI Connext Java API  Version 5.0.0
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.
 
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.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

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

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.

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.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc