- Added a counter driver for MORPHEUS-2D which checks an SPS for an

detector overcount condition.
This commit is contained in:
koennecke
2007-03-22 08:53:05 +00:00
parent bdea1d46a3
commit 5083897b16
4 changed files with 710 additions and 2 deletions

View File

@@ -393,8 +393,8 @@ static int SinqHttpStatus(pHistDriver self,SConnection *pCon){
if(httpStatus != ghttp_done){
strncpy(pPriv->hmError,"Reconnect", 511);
pPriv->errorCode = SERVERERROR;
return HWFault;
pPriv->asyncRunning = 0;
return HWFault;
}
break;
case ghttp_not_done: