Expand description
DDS Quality of Service policies
Modules§
- policy
- Contains all available QoSPolicies
Structs§
- QosPolicies
- Describes a set of RTPS/DDS QoS policies
- QosPolicy
Builder - Utility for building QosPolicies
Enums§
- QosPolicy
Id - DDS spec 2.3.3 defines this as “long” with named constants from 0 to 22. numbering is from IDL PSM, but it should be unnecessary at the Rust application interface
Constants§
Traits§
- HasQoS
Policy - Trait that is implemented by all necessary DDS Entities that are required to provide QosPolicies.
- MutQos
Policy - Trait that is implemented by all necessary DDS Entities that are required to have a mutable QosPolicies.