RTI Connext C# API Version 7.2.0
Rti.Dds.Core.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 = 0
 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 = -1
 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

Field Documentation

◆ Undefined

const int Rti.Dds.Core.Priority.Undefined = 0
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.

◆ Auto

const int Rti.Dds.Core.Priority.Auto = -1
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.