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

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

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

Public Member Functions

 EndpointTrustInfo ()=default
 Creates the default Trust Information for an Endpoint. 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 endpoint.

Constructor & Destructor Documentation

◆ EndpointTrustInfo()

rti::topic::trust::EndpointTrustInfo::EndpointTrustInfo ( )
default

Creates the default Trust Information for an Endpoint.

Member Function Documentation

◆ bitmask()

uint32_t rti::topic::trust::EndpointTrustInfo::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 endpoint 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::EndpointTrustInfo::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 endpoint is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.