#include <Status.hpp>
Inherits rti::core::NativeValueType< T, NATIVE_T, ADAPTER >.
- 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.
◆ corrupted_rtps_message_count()
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.
◆ corrupted_rtps_message_count_change()
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.
◆ last_corrupted_message_timestamp()
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.