RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.LocatorFilters Class Reference

This policy is only applicable to the built-in topic for a Publication More...

Inherits IEquatable< LocatorFilters >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (LocatorFilters other)
 Compares for equality More...
 

Properties

ImmutableList< LocatorFilterFilters [get]
 A sequence of LocatorFilters. Each LocatorFilters reports the configuration of a single channel of a MultiChannel DataWriter. More...
 
string FilterName [get]
 Name of the filter class used to describe the filter expressions of a MultiChannel Publication.DataWriter<T> More...
 

Detailed Description

This policy is only applicable to the built-in topic for a Publication

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy

Member Function Documentation

◆ GetHashCode()

override int Rti.Dds.Core.Policy.LocatorFilters.GetHashCode ( )
inline

Gets the hash code

◆ Equals() [1/2]

override bool Rti.Dds.Core.Policy.LocatorFilters.Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Rti.Dds.Core.Policy.LocatorFilters.Equals ( LocatorFilters  other)
inline

Compares for equality

Property Documentation

◆ Filters

ImmutableList<LocatorFilter> Rti.Dds.Core.Policy.LocatorFilters.Filters
get

A sequence of LocatorFilters. Each LocatorFilters reports the configuration of a single channel of a MultiChannel DataWriter.

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy_locator_filters

◆ FilterName

string Rti.Dds.Core.Policy.LocatorFilters.FilterName
get

Name of the filter class used to describe the filter expressions of a MultiChannel Publication.DataWriter<T>

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy_filter_name