- Added a protocol to spuuoprt the FOCUS Pfeiffer vacuum protocol

- Changed floor() to round() in sanslirebin
- Some changes to accomodate the new run/drive behaviour
- Added the the sps bipa command
This commit is contained in:
koennecke
2009-04-17 12:54:16 +00:00
parent 6a0449ac95
commit 28bee49727
12 changed files with 157 additions and 12 deletions

View File

@ -502,6 +502,7 @@ static int SQStart(pHistDriver self, SConnection * pCon)
pInternal->pCounter->pDes->GetInterface(pInternal->pCounter,
COUNTID);
if (pCountInt) {
ReleaseCountLock(pCountInt);
return pCountInt->StartCount(pInternal->pCounter, pCon);
}
}
@ -635,6 +636,7 @@ static int SQStatus(pHistDriver self, SConnection * pCon)
if (pCountInt) {
status = pCountInt->CheckCountStatus(pInternal->pCounter, pCon);
if ((status == HWFault)) {
ReleaseCountLock(pCountInt);
return status;
}
}