forked from epics_driver_modules/motorBase
Add destructor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user