RTI Connext .NET API (legacy)
Version 6.1.2
|
<<extension>> The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message. More...
#include <managed_domain.h>
Public Attributes | |
System::Int64 | corrupted_rtps_message_count |
The number of corrupted RTPS messages detected by the domain participant. More... | |
System::Int64 | corrupted_rtps_message_count_change |
The incremental change in the number of corrupted RTPS messages detected by the domain participant since the last time the status was read. More... | |
Time_t | last_corrupted_message_timestamp |
The timestamp when the last corrupted RTPS message was detected by the domain participant. More... | |
<<extension>> The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message.
System::Int64 DDS::DomainParticipantProtocolStatus::corrupted_rtps_message_count |
The number of corrupted RTPS messages detected by the domain participant.
Counts the corrupted RTPS messages received by the participant. It includes messages belonging to discovery and user traffic.
System::Int64 DDS::DomainParticipantProtocolStatus::corrupted_rtps_message_count_change |
The incremental change in the number of corrupted RTPS messages detected by the domain participant since the last time the status was read.
Time_t DDS::DomainParticipantProtocolStatus::last_corrupted_message_timestamp |
The timestamp when the last corrupted RTPS message was detected by the domain participant.