Use new version of sinqMotor
This commit is contained in:
Submodule sinqMotor updated: 5689402375...b267200039
@ -120,17 +120,10 @@ class turboPmacController : public sinqController {
|
|||||||
int readConfig() { return readConfig_; }
|
int readConfig() { return readConfig_; }
|
||||||
int flushHardware() { return flushHardware_; }
|
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_; }
|
asynUser *pasynInt32SyncIOipPort() { return pasynInt32SyncIOipPort_; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/*
|
// Timeout for the communication process in seconds
|
||||||
Timeout for the communication process in seconds
|
|
||||||
*/
|
|
||||||
double comTimeout_;
|
double comTimeout_;
|
||||||
|
|
||||||
char lastResponse[MAXBUF_];
|
char lastResponse[MAXBUF_];
|
||||||
|
Reference in New Issue
Block a user