RTI Connext .Net APIs  Version 5.0.0
DDS::LocatorFilter_t Class Reference

The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS::PublicationBuiltinTopicData. More...

#include <managed_infrastructure.h>

Public Attributes

LocatorSeqlocators
 Sequence containing from one to four DDS::Locator_t, used to specify the multicast address locators of an individual channel within a MultiChannel DataWriter.
 
System::String^ filter_expression
 A logical expression used to determine the data that will be published in the channel.
 

Detailed Description

The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS::PublicationBuiltinTopicData.

Entity:
DDS::PublicationBuiltinTopicData
Properties:
RxO = N/A
Changeable = NO
Specifies the configuration of an individual channel within a MultiChannel DataWriter.
QoS:
DDS::LocatorFilterQosPolicy

Member Data Documentation

LocatorSeq ^ DDS::LocatorFilter_t::locators

Sequence containing from one to four DDS::Locator_t, used to specify the multicast address locators of an individual channel within a MultiChannel DataWriter.

[default] Empty sequence.

System::String ^ DDS::LocatorFilter_t::filter_expression

A logical expression used to determine the data that will be published in the channel.

If the expression evaluates to TRUE, a sample will be published on the channel.

An empty string always evaluates the expression to TRUE.

A NULL value is not allowed.

The syntax of the expression will depend on the value of DDS::LocatorFilterQosPolicy::filter_name

See Also
Queries and Filters Syntax

[default] NULL (invalid value)


RTI Connext .Net APIs Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc