Click or drag to resize

RosDeviceConfiguration Class

ROS device configuration.
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.Net.DynamicReconfigureRosDeviceConfiguration

Namespace:  Rubedos.Viper.Net.DynamicReconfigure
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public class RosDeviceConfiguration

The RosDeviceConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodRosDeviceConfiguration
Initializes a new instance of the RosDeviceConfiguration class
Top
Properties
  NameDescription
Public propertyNodeConfigurations
Gets the node configurations specified in a dictionary, where the key is ROS node name and value - its configuration
Top
Methods
  NameDescription
Public methodCheckIfCompatible
Query if 'otherConfig' has the same description structure, i.e. if configurations are compatible. Default, Min/Max and Description is not checked
Public methodCompareSubset
Compares this configuration to the other configuration (possibly a subset only) and returns true if given values are equal
Public methodCreateNodeConfiguration
Creates node configuration (factory).
Public methodEquals
Compares contents to other RosDeviceConfiguration
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveConfiguration
Removes the configuration described by nodeName.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventConfigNodeAdded
Event queue for all listeners interested in NodeAdded events.
Top
Remarks
HSI, 2018.10.24.
See Also