RTI Connext Modern C++ API Version 7.3.0
rti::topic::trust::TrustAlgorithmRequirements Class Reference

<<extension>> <<value-type>> Type to describe Trust Plugins algorithm requirements. More...

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

Public Member Functions

 TrustAlgorithmRequirements ()=default
 Create an instance of TrustAlgorithmRequirements with default values. More...
 
uint32_t supported_mask () const
 Get the Trust Plugins algorithms that an entity supports. More...
 
uint32_t required_mask () const
 Get the Trust Plugins algorithms that an entity uses. More...
 

Detailed Description

<<extension>> <<value-type>> Type to describe Trust Plugins algorithm requirements.

Constructor & Destructor Documentation

◆ TrustAlgorithmRequirements()

rti::topic::trust::TrustAlgorithmRequirements::TrustAlgorithmRequirements ( )
default

Create an instance of TrustAlgorithmRequirements with default values.

The meaning of this field may vary depending on what Trust Plugins the entity is using.

Member Function Documentation

◆ supported_mask()

uint32_t rti::topic::trust::TrustAlgorithmRequirements::supported_mask ( ) const
inline

Get the Trust Plugins algorithms that an entity supports.

◆ required_mask()

uint32_t rti::topic::trust::TrustAlgorithmRequirements::required_mask ( ) const
inline

Get the Trust Plugins algorithms that an entity uses.