This is the first working version of the new logging system. Some work

in fine tuning still needs to be done. But is reasonably OK now.
This commit is contained in:
2016-02-11 13:40:31 +01:00
parent b1cda3f579
commit 66466c1c0f
56 changed files with 420 additions and 1845 deletions

2
danu.c
View File

@ -122,7 +122,7 @@ static int InterestCallback(int iEvent, void *pEvent, void *pUser)
iNum = readDataNumber(self);
if (iNum > 0) {
snprintf(pBueffel, 131, "sicsdatanumber = %d", iNum);
SCWrite(pCon, pBueffel, eValue);
SCWrite(pCon, pBueffel, eEvent);
}
return 1;
}