The VTypes encapsulate the description as part of the display. This is not correct in my opinion.
As this PR discussion shows
ControlSystemStudio/phoebus#3228
There are various value types like boolean, enum, string which might not justify have all the elements of "display" associated with them but they certainly can have a description.
Currently, it is not possible to only add a description without adding the entire display. We should fix the VTypes such that description and display are treated seperately.
The VTypes encapsulate the description as part of the display. This is not correct in my opinion.
As this PR discussion shows
ControlSystemStudio/phoebus#3228
There are various value types like boolean, enum, string which might not justify have all the elements of "display" associated with them but they certainly can have a description.
Currently, it is not possible to only add a description without adding the entire display. We should fix the VTypes such that description and display are treated seperately.