Minor documentation fix

This commit is contained in:
MarkRivers
2011-03-31 19:46:00 +00:00
parent 1a1e5caa16
commit f3e8b3ef90
-1
View File
@@ -226,7 +226,6 @@ asynStatus ACRController::writeInt32(asynUser *pasynUser, epicsInt32 value)
* Extracts the function and axis number from pasynUser.
* Sets the value in the parameter library.
* If the function is ACRJerk_ it sets the jerk value in the controller.
* then it calls pAxis->move(), pAxis->moveVelocity(), pAxis->home(), or pAxis->setPosition().
* Calls any registered callbacks for this pasynUser->reason and address.
* For all other functions it calls asynMotorController::writeFloat64.
* \param[in] pasynUser asynUser structure that encodes the reason and address.