- Connections write timeouts were incorrectly handled in asynnetc. Fixed.
- Implemented the desired run/drive behaviour: drive waits for what it started run starts, and success waits for everything to finish. This required changes to a lot of files. - Fixed a bug in remob which supressed required messages
This commit is contained in:
@ -337,7 +337,7 @@ int HMControlAction(SConnection * pCon, SicsInterp * pSics,
|
||||
*/
|
||||
self->pCount->SetCountParameters(self, (float) dPreset, eMode);
|
||||
status = StartDevice(pServ->pExecutor, "hmcontrol", self->pDes,
|
||||
self, pCon, 99);
|
||||
self, pCon, RUNRUN, 99);
|
||||
if (!status) {
|
||||
SCWrite(pCon, "ERROR: failed to start counting", eError);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user