- 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:
@@ -59,7 +59,8 @@ static int ReplacementCheckStatus(void *pData, SConnection * pCon)
|
||||
if (myCollider->isDirty == 1) {
|
||||
myCollider->isDirty = 0;
|
||||
StartDevice(pServ->pExecutor,
|
||||
"anticollider", myCollider->pDes, myCollider, pCon, 77.77);
|
||||
"anticollider", myCollider->pDes, myCollider,
|
||||
pCon,pCon->runLevel, 77.77);
|
||||
return HWIdle;
|
||||
} else {
|
||||
return HWIdle;
|
||||
|
||||
Reference in New Issue
Block a user