RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
PUBLISH_MODE

<<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...
 

Enumerations

enum  DDS::PublishModeQosPolicyKind : UINT32
 Kinds of publishing mode. More...
 

Functions

static System::String^ DDS::PublishModeQosPolicy::get_publishmode_qos_policy_name ()
 Stringified human-readable name for DDS::PublishModeQosPolicy.
 

Properties

static System::Int32 DDS::FilterSampleInfo::PRIORITY_UNDEFINED [get]
 Initializer value for DDS::PublishModeQosPolicy::priority and/or DDS::ChannelSettings_t::priority.
 
static System::Int32 DDS::FilterSampleInfo::PRIORITY_AUTOMATIC [get]
 Constant value for DDS::PublishModeQosPolicy::priority and/or DDS::ChannelSettings_t::priority.
 

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

Kinds of publishing mode.

QoS:
DDS::PublishModeQosPolicy

Function Documentation

static System::String ^ DDS::PublishModeQosPolicy::get_publishmode_qos_policy_name ( )
inlinestatic

Stringified human-readable name for DDS::PublishModeQosPolicy.

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.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc