RTI Connext Modern C++ API  Version 5.3.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::core::status::DomainParticipantProtocolStatus Class Reference

#include <Status.hpp>

Inherits rti::core::NativeValueType< T, NATIVE_T, ADAPTER >.

Public Member Functions

int64_t corrupted_rtps_message_count () const
 The number of corrupted RTPS messages detected by the domain participant.
 
int64_t corrupted_rtps_message_count_change () const
 The incremental change in the number of corrupted RTPS messages detected by the domain participant since the last time the status was read.
 
dds::core::Time last_corrupted_message_timestamp () const
 The timestamp when the last corrupted RTPS message was detected by the domain participant.
 

Detailed Description

Entity:
dds::domain::DomainParticipant The corrupted messages are detected by validating the received CRC. The participant protocol status can be obtained by enabling rti::core::policy::WireProtocol::compute_crc and rti::core::policy::WireProtocol::check_crc at the publishing and subscribing application respectively.

Member Function Documentation

int64_t rti::core::status::DomainParticipantProtocolStatus::corrupted_rtps_message_count ( ) const
inline

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.

int64_t rti::core::status::DomainParticipantProtocolStatus::corrupted_rtps_message_count_change ( ) const
inline

The incremental change in the number of corrupted RTPS messages detected by the domain participant since the last time the status was read.

dds::core::Time rti::core::status::DomainParticipantProtocolStatus::last_corrupted_message_timestamp ( ) const
inline

The timestamp when the last corrupted RTPS message was detected by the domain participant.


RTI Connext Modern C++ API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc