Updated turboPmac version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user