- Introduced a new trace facility

- Fixed performance problems in many protocol drivers.


SKIPPED:
	psi/julprot.c
	psi/phytron.c
	psi/pmacprot.c
	psi/polterwrite.c
	psi/spss7.c
This commit is contained in:
koennecke
2011-06-29 07:53:54 +00:00
parent 9abb3584f1
commit 3ee1865f9b
31 changed files with 868 additions and 35 deletions

View File

@ -299,6 +299,7 @@ static int updateHMbuffer(pHistMem hist, int bank, SConnection * pCon)
self->localBuffer);
if (status == OKOK) {
self->nextUpdate = time(NULL) + self->updateIntervall;
tracePar(hist->pDes->name,"!!datachange!!");
break;
} else {
status = hist->pDriv->GetError(hist->pDriv, &iErr, pError, 79);