Use new version of sinqMotor

This commit is contained in:
2025-05-14 16:10:24 +02:00
parent 7bf31ac256
commit 2c5fdc7d0a
2 changed files with 2 additions and 9 deletions

View File

@ -120,17 +120,10 @@ class turboPmacController : public sinqController {
int readConfig() { return readConfig_; }
int flushHardware() { return flushHardware_; }
// Set the maximum buffer size. This is an empirical value which must be
// large enough to avoid overflows for all commands to the device /
// responses from it.
static const uint32_t MAXBUF_ = 200;
asynUser *pasynInt32SyncIOipPort() { return pasynInt32SyncIOipPort_; }
protected:
/*
Timeout for the communication process in seconds
*/
// Timeout for the communication process in seconds
double comTimeout_;
char lastResponse[MAXBUF_];