FilterTopicsOptionsEnum Enumeration |
Options for filtering out topics array
Namespace:
Rubedos.RosToolsApplicationBase
Assembly:
Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntaxpublic enum FilterTopicsOptionsEnum
Members
| Member name | Value | Description |
---|
| AllTopics | 0 |
Returns all topics
|
| ExceptDynamicReconfigure | 1 |
Returns all topics except dynamic reconfigure topics
|
| DynamicReconfigure | 2 |
Returns only Dynamic reongfigure topics
|
| SpecificType | 3 |
Filters topics that have specific type
|
| ImageType | 4 |
Filters topics that are images
|
See Also