Click or drag to resize

RosDynamicConfigParameterT Methods

The RosDynamicConfigParameterT generic type exposes the following members.

Methods
  NameDescription
Public methodCompare
Compares values of this parameter to the other parameter. Returns true if they are equal
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadXml
Generates an object from its XML representation.
Public methodSetValueAction
Sets value action. Invoked by ROS subsystem when value received from ROS
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueFromString
Value from string.
Public methodWriteXml
Converts an object into its XML representation.
Top
See Also