Class OwnershipQosPolicy
Defined in File QosPolicies.hpp
Inheritance Relationships
Base Types
public eprosima::fastdds::dds::Parameter_t
(Class Parameter_t)public eprosima::fastdds::dds::QosPolicy
(Class QosPolicy)
Class Documentation
-
class OwnershipQosPolicy : public eprosima::fastdds::dds::Parameter_t, public eprosima::fastdds::dds::QosPolicy
Specifies whether it is allowed for multiple DataWriters to write the same instance of the data and if so, how these modifications should be arbitrated
Note
Immutable Qos Policy
Public Functions
-
inline FASTDDS_EXPORTED_API OwnershipQosPolicy()
Constructor.
-
virtual FASTDDS_EXPORTED_API ~OwnershipQosPolicy() = default
Destructor.
-
inline bool operator==(const OwnershipQosPolicy &b) const
Public Members
-
OwnershipQosPolicyKind kind
OwnershipQosPolicyKind.
-
inline FASTDDS_EXPORTED_API OwnershipQosPolicy()