Click or drag to resize

RosDeviceConfigurationCheckIfCompatible Method

Query if 'otherConfig' has the same description structure, i.e. if configurations are compatible. Default, Min/Max and Description is not checked

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 void CheckIfCompatible(
	RosDeviceConfiguration otherConfig
)

Parameters

otherConfig
Type: Rubedos.Viper.Net.DynamicReconfigureRosDeviceConfiguration
The other configuration.

Return Value

Type: 
True if the same description, false if not.
See Also