Added motor target position record which allows to read out the motor

target position from within a driver.
This commit is contained in:
2025-02-25 08:51:44 +01:00
parent f134a61649
commit 5854d2c9d0
2 changed files with 11 additions and 0 deletions

View File

@ -235,6 +235,7 @@ class epicsShareClass sinqController : public asynMotorController {
#define FIRST_SINQMOTOR_PARAM motorMessageText_
int motorMessageText_;
int motorTargetPosition_;
int motorEnable_;
int motorEnableRBV_;
int motorCanDisable_;