Changed to the "motorPosition" and "setMotorPosition" functions provided
by sinqMotor.
This commit is contained in:
@@ -70,12 +70,12 @@ class masterMacsAxis : public sinqAxis {
|
||||
asynStatus stop(double acceleration);
|
||||
|
||||
/**
|
||||
* @brief Reset the axis error
|
||||
* @brief Implementation of the `doReset` function from sinqAxis.
|
||||
*
|
||||
* @param on
|
||||
* @return asynStatus
|
||||
*/
|
||||
asynStatus reset();
|
||||
asynStatus doReset();
|
||||
|
||||
/**
|
||||
* @brief Readout of some values from the controller at IOC startup
|
||||
|
||||
Reference in New Issue
Block a user