Moved shared functionality from the pmacV3 driver into this library.

This commit is contained in:
2024-11-15 12:08:23 +01:00
parent 8db787367d
commit a4501b4517
5 changed files with 328 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ class epicsShareClass sinqController : public asynMotorController {
protected:
asynUser *lowLevelPortUser_;
int motorMessageText_;
int motorTargetPosition_;
};
#endif