From 81bae89d8732add750086c0bc2d283c33cb55bc8 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Tue, 29 Mar 2011 21:26:07 +0000 Subject: [PATCH] Added asynMotorAxis::setPosition --- motorApp/ACRSrc/ACRMotorDriver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/ACRSrc/ACRMotorDriver.h b/motorApp/ACRSrc/ACRMotorDriver.h index 999f4855..d77f7271 100644 --- a/motorApp/ACRSrc/ACRMotorDriver.h +++ b/motorApp/ACRSrc/ACRMotorDriver.h @@ -28,6 +28,7 @@ public: asynStatus home(double min_velocity, double max_velocity, double acceleration, int forwards); asynStatus stop(double acceleration); asynStatus poll(int *moving); + asynStatus setPosition(double position); // These are the methods that are new to this class class ACRController* getController();