Click or drag to resize

RosDynamicConfigParameterT Class

The dynamic configuration parameter.
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.Net.DynamicReconfigureRosDynamicConfigParameterT

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 sealed class RosDynamicConfigParameter<T> : IDynamicConfigParameter, 
	IXmlSerializable

Type Parameters

T
Generic type parameter.

The RosDynamicConfigParameterT type exposes the following members.

Constructors
  NameDescription
Public methodRosDynamicConfigParameterT
Initializes a new instance of the RosDynamicConfigParameterT class
Top
Properties
  NameDescription
Public propertyDefault
Gets or sets the default.
Public propertyDefaultObject
Gets or sets the default value as object (performs internal cast)
Public propertyDescription
Gets or sets the human readable description of parameter.
Public propertyMax
Gets or sets the maximum.
Public propertyMaxObject
Gets or sets the maximum value as object (performs internal cast)
Public propertyMin
Gets or sets the minimum.
Public propertyMinObject
Gets or sets the minimum value as object (performs internal cast)
Public propertyName
Gets or sets the name of the parameter.
Public propertyValue
Gets or sets the value.
Public propertyValueObject
Gets or sets the value as object (performs internal cast)
Public propertyValueType
Gets the type of the value.
Top
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
Events
  NameDescription
Public eventItemChanged
Event queue for all listeners interested in ItemChanged events.
Public eventValueChanged
Event queue for all listeners interested in ValueChanged events.
Top
See Also