Made some functions virtual so they can be overwritten

This commit is contained in:
2025-05-15 14:24:53 +02:00
parent e088bfbbcb
commit a0b674b26e

View File

@ -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.