RTI Connext .NET API (legacy)
Version 6.1.1
|
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... | |
INCONSISTENT_TOPIC_STATUS.
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.
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.