Updated turboPmac version

This commit is contained in:
2025-06-18 08:20:50 +02:00
parent cf6f836416
commit bc8561c299
9 changed files with 31 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
#include "detectorTowerSupportAxis.h"
#include "detectorTowerAngleAxis.h"
#include "detectorTowerController.h"
#include "detectorTowerLiftAxis.h"
#include "turboPmacController.h"
#include <epicsExport.h>
#include <errlog.h>
@@ -138,7 +139,7 @@ asynStatus detectorTowerSupportAxis::poll(bool *moving) {
status = pC_->pollDetectorAxes(moving, angleAxis(),
angleAxis()->liftAxis(), this);
} else {
getAxisParamChecked(this, motorStatusMoving, &moving);
getAxisParamChecked(this, motorStatusMoving, moving);
}
setWasMoving(*moving);
return status;