RTI Connext Traditional C++ API
Version 6.1.1
|
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. More... | |
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. More... | |
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.
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.