Skip to content

Warn if IDL struct interfaces like AttributeConfig are modified

Yury Matveyev requested to merge fix-test_device_set_attr_config into develop

In !704 (merged) I was too fast and did not fix test compleatly, since we also should not set min_warning and max_warning properties for AttributeConfig, as they are not supported.

I propose here not just to fix the test but also to add a warning if one tries to modify the interface of all AttributeConfig, and similar structs that are limited by the Tango IDL definition.

Edited by Anton Joubert

Merge request reports