RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::InconsistentTopicStatus Struct Reference

::DDS::StatusKind::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.
 
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.
 

Detailed Description

::DDS::StatusKind::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

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.

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.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc