<<extension>> Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread.
More...
Classes |
class | DDS::PublishModeQosPolicy |
| Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread. More...
|
|
Detailed Description
<<extension>> Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread.
Enumeration Type Documentation
Function Documentation
static System::String ^ DDS::PublishModeQosPolicy::get_publishmode_qos_policy_name |
( |
| ) |
|
|
inlinestatic |
Properties
System:: Int32 DDS::FilterSampleInfo::PRIORITY_UNDEFINED |
|
staticget |
Initializer value for DDS::PublishModeQosPolicy::priority and/or DDS::ChannelSettings_t::priority.
When assigned this value, the publication priority of the data writer, or channel of a multi-channel data writer, will be set to the lowest possible value. For muilti-channel data writers, if either the data writer or channel priority is NOT set to this value, then the publication priority of the entity will be set to the defined value.
System:: Int32 DDS::FilterSampleInfo::PRIORITY_AUTOMATIC |
|
staticget |
Constant value for DDS::PublishModeQosPolicy::priority and/or DDS::ChannelSettings_t::priority.
When assigned this value, the publication priority of the data writer, or channel of a multi-channel data writer, will be set to the largest priority value of any sample currently queued for publication by the data writer or data writer channel.