Integrated low level IP Port driver from DLS

Integrated the low level asyn IP Port driver from the Diamond Light
Source so that StreamDevices can use it as well.
This commit is contained in:
2025-04-10 15:37:45 +02:00
parent 4b70676eb0
commit 844ea3085d

View File

@ -267,9 +267,8 @@ asynStatus turboPmacController::writeRead(int axisNo, const char *command,
checkMaxSubsequentTimeouts(timeoutCounter, axis);
timeoutCounter += 1;
status = pasynOctetSyncIO->write(ipPortUser_, fullCommand,
fullComandLength, comTimeout_,
&nbytesOut);
status = pasynOctetSyncIO->write(
ipPortUser_, command, commandLength, comTimeout_, &nbytesOut);
if (status != asynTimeout) {
asynPrint(this->pasynUserSelf, ASYN_TRACE_ERROR,
"Controller \"%s\", axis %d => %s, line "