RTI Connext Traditional C++ API  Version 5.3.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_InconsistentTopicStatus Struct Reference

DDS_INCONSISTENT_TOPIC_STATUS More...

Public Attributes

DDS_Long total_count
 Total cumulative count of the pairs (DDSDataReader,DDSDataWriter) whose topic names match the DDSTopic to which this status is attached and whose types are inconsistent according to the rules defined in DDS_TypeConsistencyEnforcementQosPolicy.
 
DDS_Long total_count_change
 The incremental number of inconsistent pairs (DDSDataReader,DDSDataWriter) for the DDSTopic to which this status is attached, that have been discovered since the last time this status was read.
 

Detailed Description

DDS_INCONSISTENT_TOPIC_STATUS

Entity:
DDSTopic
Listener:
DDSTopicListener

Every time a DDSDataReader and DDSDataWriter with the same DDSTopic do not match because the type-consistency enforcement policy fails, the inconsistent topic status is updated for the DDSTopic.

See Also
DDS_TypeConsistencyEnforcementQosPolicy

Member Data Documentation

DDS_Long DDS_InconsistentTopicStatus::total_count

Total cumulative count of the pairs (DDSDataReader,DDSDataWriter) whose topic names match the DDSTopic to which this status is attached and whose types are inconsistent according to the rules defined in DDS_TypeConsistencyEnforcementQosPolicy.

DDS_Long DDS_InconsistentTopicStatus::total_count_change

The incremental number of inconsistent pairs (DDSDataReader,DDSDataWriter) for the DDSTopic to which this status is attached, that have been discovered since the last time this status was read.


RTI Connext Traditional C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc