Click or drag to resize

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)
Syntax
C#
public enum FilterTopicsOptionsEnum
Members
  Member nameValueDescription
AllTopics0 Returns all topics
ExceptDynamicReconfigure1 Returns all topics except dynamic reconfigure topics
DynamicReconfigure2 Returns only Dynamic reongfigure topics
SpecificType3 Filters topics that have specific type
ImageType4 Filters topics that are images
See Also