Cosylab / nds3_epics

EPICS module for NDS3
GNU General Public License v3.0
0 stars 5 forks source link

Use asynEnum for enums #6

Open NickeZ opened 7 years ago

NickeZ commented 7 years ago

I think that we currently can't update the MBBI/O PVs with the correct enumerations live. This would happen if you for example have a device which allows different configurations depending on some mode or some setting.

I think we should use asynEnum so that we can use the asyn code for live updating the PV with the actual enumerations.