VMS pictogram enumerations
- Read more about VMS pictogram enumerations
- 2 comments
- Log in or register to post comments
In the VMS context, there are two enumerations for pictorgrams:
VmsDatexPictogramEnum and VmsDatexSupplementalPictogramEnum.
They are used in two different classes. Newertheless, there are cases, where you need a pcitogram in the supplementary panel which is located only the 'main' enumeration (and maybe vice versa).
Couldn't it be useful to combine them into just one enumeration and use it in both classes?
(By the way: Do we need the 'Datex' in the names of the enumerations?).