LocatorFilter_t Class Reference
[LOCATORFILTER]

Specifies the configuration of an individual channel within a MultiChannel DataWriter. More...

Inherits Struct.

List of all members.

Public Member Functions

 LocatorFilter_t ()
 Constructor.
 LocatorFilter_t (LocatorFilter_t src)
 Constructor.
 LocatorFilter_t (LocatorSeq locators, String filter_expression)
 Constructor.

Public Attributes

LocatorSeq locators
 Sequence containing from one to four com.rti.dds.infrastructure.Locator_t, used to specify the multicast address locators of an individual channel within a MultiChannel DataWriter.
String filter_expression
 A logical expression used to determine the data that will be published in the channel.


Detailed Description

Specifies the configuration of an individual channel within a MultiChannel DataWriter.

QoS:
com.rti.dds.infrastructure.LocatorFilterQosPolicy

Constructor & Destructor Documentation

LocatorFilter_t (  ) 

Constructor.

Constructor.

Parameters:
src <<in>> Locator used to initialized the new locator.

LocatorFilter_t ( LocatorSeq  locators,
String  filter_expression 
)

Constructor.

Parameters:
locators <<in>> Locators.
filter_expression <<in>> Filter expression.


Member Data Documentation

Initial value:

        new LocatorSeq()
Sequence containing from one to four com.rti.dds.infrastructure.Locator_t, used to specify the multicast address locators of an individual channel within a MultiChannel DataWriter.

[default] Empty sequence.

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 com.rti.dds.infrastructure.LocatorFilterQosPolicy.filter_name

See also:
Queries and Filters Syntax
[default] NULL (invalid value)


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc