RTI Connext .NET API (legacy)  Version 6.1.0
DDS::InconsistentTopicStatus Struct Reference

INCONSISTENT_TOPIC_STATUS. More...

#include <managed_topic.h>

Public Attributes

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

Detailed Description

INCONSISTENT_TOPIC_STATUS.

Entity:
DDS::Topic
Listener:
DDS::TopicListener

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

See also
DDS::TypeConsistencyEnforcementQosPolicy

Member Data Documentation

◆ total_count

System::Int32 DDS::InconsistentTopicStatus::total_count

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

◆ total_count_change

System::Int32 DDS::InconsistentTopicStatus::total_count_change

The incremental number of inconsistent pairs (DDS::DataReader,DDS::DataWriter) for the DDS::Topic to which this status is attached, that have been discovered since the last time this status was read.