Made forcedPoll non-virtual so it doesn't break the ABI
All checks were successful
Test And Build / Lint (push) Successful in 4s
Test And Build / Build (push) Successful in 6s

This commit is contained in:
2025-07-24 11:29:15 +02:00
parent 1910eda0b1
commit c65a8de5dd

View File

@@ -79,7 +79,7 @@ class epicsShareClass sinqAxis : public asynMotorAxis {
the parameter library operation fails (in that case, returns the status of
the failed operation).
*/
virtual asynStatus forcedPoll(bool *moving);
asynStatus forcedPoll(bool *moving);
/**
* @brief Implementation of the "proper", device-specific poll method. This