RTI Connext Java API
Version 5.3.1
|
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) |
com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS
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.
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.