Merge pull request #33 from keenanlang/master

Switch asynMotorAxis status_ and statusChanged_ to be protected
This commit is contained in:
Keenan Lang
2016-08-25 13:41:20 -05:00
committed by GitHub
+2 -1
View File
@@ -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_;