RTI Connext Modern C++ API  Version 7.0.0
rti::topic::trust::ParticipantTrustInfo Class Reference

<<extension>> <<value-type>> Trust Plugins information associated with the discovered DomainParticipant. More...

#include <rti/topic/trust/ParticipantTrustInfo.hpp>

Public Member Functions

 ParticipantTrustInfo ()=default
 Creates the default Trust Information for a DomainParticipant. More...
 
uint32_t bitmask () const
 Information about how RTPS wire serialization, discovery, and liveliness interact with the loaded Trust Plugins. More...
 
uint32_t plugin_bitmask () const
 Internal plugin information that is opaque to DDS. More...
 

Detailed Description

<<extension>> <<value-type>> Trust Plugins information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustInfo()

rti::topic::trust::ParticipantTrustInfo::ParticipantTrustInfo ( )
default

Creates the default Trust Information for a DomainParticipant.

Member Function Documentation

◆ bitmask()

uint32_t rti::topic::trust::ParticipantTrustInfo::bitmask ( ) const
inline

Information about how RTPS wire serialization, discovery, and liveliness interact with the loaded Trust Plugins.

The meaning of the contents of this field may vary depending on what Trust Plugins the DomainParticipant is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.

◆ plugin_bitmask()

uint32_t rti::topic::trust::ParticipantTrustInfo::plugin_bitmask ( ) const
inline

Internal plugin information that is opaque to DDS.

The meaning of the contents of this field may vary depending on what Trust Plugins the DomainParticipant is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.