forked from epics_driver_modules/motorBase
Reverted wrong change, this should get it back to what I wanted it to be.
This commit is contained in:
@@ -73,9 +73,10 @@ class epicsShareClass asynMotorAxis {
|
||||
double *profileFollowingErrors_; /**< Array of following errors for profile moves */
|
||||
int referencingMode_;
|
||||
|
||||
private:
|
||||
MotorStatus status_;
|
||||
int statusChanged_;
|
||||
|
||||
private:
|
||||
int referencingModeMove_;
|
||||
int wasMovingFlag_;
|
||||
int disableFlag_;
|
||||
|
||||
Reference in New Issue
Block a user