From 9aab9bbddf302e5f5bc3243eb1124887c24fbb8d Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 9 Jan 2017 12:27:02 -0600 Subject: [PATCH] Changed AShutter choice names to be closer to their documentation --- andorApp/src/andorCCD.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/andorApp/src/andorCCD.h b/andorApp/src/andorCCD.h index b57d845..1a84f0d 100755 --- a/andorApp/src/andorCCD.h +++ b/andorApp/src/andorCCD.h @@ -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;