Made some functions virtual so they can be overwritten
This commit is contained in:
@ -170,7 +170,7 @@ class epicsShareClass sinqAxis : public asynMotorAxis {
|
|||||||
*
|
*
|
||||||
* @return asynStatus
|
* @return asynStatus
|
||||||
*/
|
*/
|
||||||
asynStatus reset();
|
virtual asynStatus reset();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Implementation of the "proper", device-specific `reset` method.
|
* @brief Implementation of the "proper", device-specific `reset` method.
|
||||||
|
Reference in New Issue
Block a user