Changed AShutter choice names to be closer to their documentation

This commit is contained in:
Mark Rivers
2017-01-09 12:27:02 -06:00
parent 0d3b9d244b
commit 9aab9bbddf

View File

@@ -156,9 +156,9 @@ class AndorCCD : public ADDriver {
/**
* List of shutter modes
*/
static const epicsInt32 AShutterAuto;
static const epicsInt32 AShutterOpen;
static const epicsInt32 AShutterClose;
static const epicsInt32 AShutterFullyAuto;
static const epicsInt32 AShutterAlwaysOpen;
static const epicsInt32 AShutterAlwaysClosed;
static const epicsInt32 AShutterOpenFVP;
static const epicsInt32 AShutterOpenAny;