From ebe51c0ebb12d9a3a7b362fd32013e8f71995f0b Mon Sep 17 00:00:00 2001 From: Keenan Lang Date: Mon, 25 Jul 2016 14:42:51 -0500 Subject: [PATCH] Reverted wrong change, this should get it back to what I wanted it to be. --- motorApp/MotorSrc/asynMotorAxis.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/asynMotorAxis.h b/motorApp/MotorSrc/asynMotorAxis.h index 7cdc2544..16cf044c 100644 --- a/motorApp/MotorSrc/asynMotorAxis.h +++ b/motorApp/MotorSrc/asynMotorAxis.h @@ -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_;