Click or drag to resize

RosNodeConfigurationParameters Property

A dictionary of parameters, where the key is parameter name and value - parameter description and value

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public IReadOnlyDictionary<string, IDynamicConfigParameter> Parameters { get; }

Property Value

Type: IReadOnlyDictionaryString, IDynamicConfigParameter
The parameters.
See Also