- Source:
- See:
-
- Node#options
- Node#createSubscription
- DDS 1.4 specification, Annex B
Members
member
isRaw :boolean
Type:
- boolean
- Source:
member
topic :string
Type:
- string
- Source:
Methods
function
clearContentFilter() → {boolean}
Clear the current content-filter. No filtering is to be applied.
- Source:
Returns:
- True if successful; false otherwise
Type
boolean
function
hasContentFilter() → {boolean}
Test if the RMW supports content-filtered topics and that this subscription
has an active wellformed content-filter.
- Source:
Returns:
True if content-filtering will be applied; otherwise false.
Type
boolean
function
setContentFilter(contentFilter) → {boolean}
If the RMW supports content-filtered topics set this subscription's content-filter.
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contentFilter |
object | The content-filter description.
Properties
|
- Source:
- See:
Returns:
- True if successful; false otherwise
Type
boolean