Compare commits

...

1 Commits

Author SHA1 Message Date
a0b674b26e Made some functions virtual so they can be overwritten 2025-05-15 14:24:53 +02:00

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.