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 RTPS_DllAPI OwnershipQosPolicy()
Constructor.
-
virtual RTPS_DllAPI ~OwnershipQosPolicy() = default
Destructor.
-
inline bool operator==(const OwnershipQosPolicy &b) const
Public Members
-
OwnershipQosPolicyKind kind
OwnershipQosPolicyKind.
-
inline RTPS_DllAPI OwnershipQosPolicy()