Click or drag to resize

RosDeviceConfiguration Methods

The RosDeviceConfiguration type exposes the following members.

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
See Also