Revert "Switched motor status and statusChanged to be protected instead of private."

This reverts commit 36ff229c44b8273cd7c4967a13eb64a24f73d37d.
This commit is contained in:
Keenan Lang
2016-07-25 14:38:38 -05:00
parent 4494eb14be
commit 40816ddc65
+2 -2
View File
@@ -72,10 +72,10 @@ class epicsShareClass asynMotorAxis {
double *profileReadbacks_; /**< Array of readback positions for profile moves */
double *profileFollowingErrors_; /**< Array of following errors for profile moves */
int referencingMode_;
private:
MotorStatus status_;
int statusChanged_;
private:
int referencingModeMove_;
int wasMovingFlag_;
int disableFlag_;