- Added a multiple histogram memory control module. This required a
tiny change in the countable interface which in turn required updating of header file includes in a lot of files. - Some small fixes to TRICS writing as well.
This commit is contained in:
4
scan.c
4
scan.c
@ -371,7 +371,7 @@ extern void SNXFormatTime(char *pBuffer, int iLen);
|
||||
strcat(pInfo,pItem);
|
||||
}
|
||||
}
|
||||
strcat(pLine,"Counts ");
|
||||
strcat(pLine," Counts ");
|
||||
strcat(pLine,"Monitor1 ");
|
||||
strcat(pLine,"Monitor2 ");
|
||||
strcat(pLine,"Monitor3 ");
|
||||
@ -411,7 +411,7 @@ extern void SNXFormatTime(char *pBuffer, int iLen);
|
||||
pData = (pCountEntry)pPtr;
|
||||
if(pData)
|
||||
{
|
||||
sprintf(pItem,"%-12ld",pData->lCount);
|
||||
sprintf(pItem," %-12ld",pData->lCount);
|
||||
strcat(pLine,pItem);
|
||||
sprintf(pItem,"%-12ld",pData->Monitors[0]);
|
||||
strcat(pLine,pItem);
|
||||
|
Reference in New Issue
Block a user