|
Safe DDS
|
Qos Policy to control how received samples are ordered and presented to the subscriber application. More...
#include <PresentationQosPolicy.hpp>
Public Member Functions | |
| bool | is_default () const noexcept |
| returns whether the QosPolicy is in its default state More... | |
Public Attributes | |
| PresentationQosPolicyAccessScopeKind | access_scope_kind = DEFAULT_KIND |
| Presentation access scope kind. More... | |
| bool | coherent_access = DEFAULT_COHERENT_ACCESS |
| Presentation coherent access flag. More... | |
| bool | ordered_access = DEFAULT_ORDERED_ACCESS |
| Presentation ordered access flag. More... | |
Static Public Attributes | |
| static constexpr QosPolicyId | POLICY_ID = QosPolicyId::PRESENTATION_QOS_POLICY_ID |
| QoS policy id. More... | |
| static constexpr PresentationQosPolicyAccessScopeKind | DEFAULT_KIND |
| QoS policy access_scope default value. More... | |
| static constexpr bool | DEFAULT_COHERENT_ACCESS = false |
| QoS policy coherent_access default value. More... | |
| static constexpr bool | DEFAULT_ORDERED_ACCESS = false |
| QoS policy ordered_access default value. More... | |
Qos Policy to control how received samples are ordered and presented to the subscriber application.
|
noexcept |
returns whether the QosPolicy is in its default state
| PresentationQosPolicyAccessScopeKind eprosima::safedds::dds::PresentationQosPolicy::access_scope_kind = DEFAULT_KIND |
Presentation access scope kind.
| bool eprosima::safedds::dds::PresentationQosPolicy::coherent_access = DEFAULT_COHERENT_ACCESS |
Presentation coherent access flag.
|
staticconstexpr |
QoS policy coherent_access default value.
|
staticconstexpr |
QoS policy access_scope default value.
|
staticconstexpr |
QoS policy ordered_access default value.
| bool eprosima::safedds::dds::PresentationQosPolicy::ordered_access = DEFAULT_ORDERED_ACCESS |
Presentation ordered access flag.
|
staticconstexpr |
QoS policy id.