RTI Connext .NET API (legacy)
Version 6.1.1
|
Specifies how the samples representing changes to data instances are presented to a subscribing application. More...
Classes | |
struct | DDS::PresentationQosPolicy |
Specifies how the samples representing changes to data instances are presented to a subscribing application. More... | |
Functions | |
static System::String ^ | DDS::PresentationQosPolicy::get_presentation_qos_policy_name () |
Stringified human-readable name for DDS::PresentationQosPolicy. More... | |
Specifies how the samples representing changes to data instances are presented to a subscribing application.
|
strong |
Kinds of presentation "access scope".
Access scope determines the largest scope spanning the entities for which the order and coherency of changes can be preserved.
Enumerator | |
---|---|
INSTANCE_PRESENTATION_QOS | [default] Scope spans only a single instance. Indicates that changes to one instance need not be coherent nor ordered with respect to changes to any other instance. In other words, order and coherent changes apply to each instance separately. |
TOPIC_PRESENTATION_QOS | Scope spans all instances within the same DDS::DataWriter, but not across instances in different DDS::DataWriter entities. |
GROUP_PRESENTATION_QOS | Scope spans all instances belonging to DDS::DataWriter entities within the same DDS::Publisher. |
HIGHEST_OFFERED_PRESENTATION_QOS | This value only applies to a DDS::Subscriber. The DDS::Subscriber will use the access scope specified by each remote DDS::Publisher. |
|
inlinestatic |
Stringified human-readable name for DDS::PresentationQosPolicy.