RosDynamicConfigParameterT Properties |
The RosDynamicConfigParameterT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Default | Gets or sets the default. |
![]() | DefaultObject | Gets or sets the default value as object (performs internal cast) |
![]() | Description | Gets or sets the human readable description of parameter. |
![]() | Max | Gets or sets the maximum. |
![]() | MaxObject | Gets or sets the maximum value as object (performs internal cast) |
![]() | Min | Gets or sets the minimum. |
![]() | MinObject | Gets or sets the minimum value as object (performs internal cast) |
![]() | Name | Gets or sets the name of the parameter. |
![]() | Value | Gets or sets the value. |
![]() | ValueObject | Gets or sets the value as object (performs internal cast) |
![]() | ValueType | Gets the type of the value. |