Re-added comment for dataTask event

This commit is contained in:
Benjamin Bradnick
2020-02-26 14:12:54 +00:00
parent 30bc883ea5
commit ee79be3f5a

View File

@@ -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;