- Source:
- See:
-
- Node#options
- Node#createSubscription
- DDS 1.4 specification, Annex B
Members
isRaw :boolean
Type:
- boolean
- Source:
topic :string
Type:
- string
- Source:
Methods
clearContentFilter() → {boolean}
Clear the current content-filter. No filtering is to be applied.
- Source:
Returns:
- True if successful; false otherwise
- Type
- boolean
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
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