RTI Connext Java API  Version 6.1.1

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

interface  PublicationPriority
 
class  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...
 
class  PublishModeQosPolicyKind
 Kinds of publishing mode. More...
 

Variables

static final int UNDEFINED
 Initializer value for com.rti.dds.infrastructure.PublishModeQosPolicy.priority and/or com.rti.dds.infrastructure.ChannelSettings_t.priority. More...
 
static final int AUTOMATIC
 Constant value for com.rti.dds.infrastructure.PublishModeQosPolicy.priority and/or com.rti.dds.infrastructure.ChannelSettings_t.priority. More...
 
static final QosPolicyId_t PUBLISHMODE_QOS_POLICY_ID
 <<extension>> Identifier for com.rti.dds.infrastructure.PublishModeQosPolicy 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.

Variable Documentation

◆ UNDEFINED

final int UNDEFINED
static

Initializer value for com.rti.dds.infrastructure.PublishModeQosPolicy.priority and/or com.rti.dds.infrastructure.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.

◆ AUTOMATIC

final int AUTOMATIC
static

Constant value for com.rti.dds.infrastructure.PublishModeQosPolicy.priority and/or com.rti.dds.infrastructure.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.

◆ PUBLISHMODE_QOS_POLICY_ID

final QosPolicyId_t PUBLISHMODE_QOS_POLICY_ID
static