RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
DomainParticipantProtocolStatus Class Reference

<<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...

Inherits Struct.

Public Attributes

long corrupted_rtps_message_count
 The number of corrupted RTPS messages detected by the domain participant.
 
long 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 last_corrupted_message_timestamp
 The timestamp when the last corrupted RTPS message was detected by the domain participant.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

Detailed Description

<<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.

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

Member Data Documentation

long 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.

long 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 last_corrupted_message_timestamp

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


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc