RTI Connext C# API  6.1.2
Priority Class Reference

Special priority values for policies such as Rti.Dds.Core.Policy.ChannelSettings.Priority or Rti.Dds.Core.Policy.PublishMode.Priority More...

Static Public Attributes

const int Undefined
 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. More...
 
const int Auto
 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. More...
 

Detailed Description

Member Data Documentation

◆ Auto

const int Auto
static

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.

◆ Undefined

const int Undefined
static

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