I don't know the details, but it is possible to create sparse enums in
LabWindows CVI and import them in LabVIEW.
However, I have implemented a workaround in LabVIEW. It is a VI that takes
on input a
C sparse enum statement (e.g. enum {start=10,stop=25,a=12,inc=50}})and will
automatically create from templates:
- a typedef G enum {start,stop,a,inc}
- a VI that inputs the typedef enum to index an array of sparse
values[10,25,12,50].
It is available on my LabVIEW pages
http://cybertechs.qc.ca/~jpdrolet/labview
Jean-Pierre Drolet