From ee79be3f5a3d354a03bba14ee60ec42127546a4a Mon Sep 17 00:00:00 2001 From: Benjamin Bradnick Date: Wed, 26 Feb 2020 14:12:54 +0000 Subject: [PATCH] Re-added comment for dataTask event --- andorApp/src/andorCCD.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/andorApp/src/andorCCD.cpp b/andorApp/src/andorCCD.cpp index 386bef6..9eda11f 100755 --- a/andorApp/src/andorCCD.cpp +++ b/andorApp/src/andorCCD.cpp @@ -634,6 +634,7 @@ asynStatus AndorCCD::writeInt32(asynUser *pasynUser, epicsInt32 value) if (function == ADAcquire) { getIntegerParam(ADStatus, &adstatus); if (value && (adstatus == ADStatusIdle)) { + // Start the acqusition here, then send an event to the dataTask at the end of this function try { // Set up acquisition mAcquiringData = 1;