Add destructor

This commit is contained in:
MarkRivers
2014-03-12 18:03:26 +00:00
parent 34b66342c0
commit a466beeb2c
+3
View File
@@ -58,6 +58,9 @@ asynMotorAxis::asynMotorAxis(class asynMotorController *pC, int axisNo)
pasynManager->connectDevice(pasynUser_, pC->portName, axisNo);
}
asynMotorAxis::~asynMotorAxis()
{
}
/** Move the motor to an absolute location or by a relative amount.
* \param[in] position The absolute position to move to (if relative=0) or the relative distance to move