Added dedicated interface function for setting the operation mode.
Test And Build / Lint (push) Successful in 5s
Test And Build / Build (push) Successful in 5s

This commit is contained in:
2026-01-20 16:47:36 +01:00
parent 6f639d7233
commit 2578081814
4 changed files with 20 additions and 1 deletions
+5
View File
@@ -732,6 +732,11 @@ void sinqAxis::setTargetPosition(double targetPosition) {
pSinqA_->targetPosition = targetPosition;
}
asynStatus sinqAxis::setMode(int mode) {
(void)mode;
return asynSuccess;
}
// =============================================================================
// IOC shell functions
extern "C" {