#include <managed_infrastructure.h>
Public Attributes | |
| LocatorSeq^ | 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. | |
| System::String^ | filter_expression |
| A logical expression used to determine the data that will be published in the channel. | |
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