- Added a sinq module for monitoring the Accelerator broadcast
- Added automatic notification via SMS SKIPPED: psi/dgrambroadcast.c psi/dgrambroadcast.h psi/make_gen psi/psi.c psi/sinq.c psi/sinq.h
This commit is contained in:
28
scan.c
28
scan.c
@ -305,20 +305,20 @@ static void ConfigureScanDict(pStringDict dict)
|
||||
pCount = (pCountEntry)pData;
|
||||
if(pCount != NULL)
|
||||
{
|
||||
fprintf(fd,"%s storecounts %ld %f %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld\n",
|
||||
self->objectName,
|
||||
pCount->lCount,
|
||||
pCount->fTime,
|
||||
pCount->Monitors[0],
|
||||
pCount->Monitors[1],
|
||||
pCount->Monitors[2],
|
||||
pCount->Monitors[3],
|
||||
pCount->Monitors[4],
|
||||
pCount->Monitors[5],
|
||||
pCount->Monitors[6],
|
||||
pCount->Monitors[7],
|
||||
pCount->Monitors[8],
|
||||
pCount->Monitors[9]);
|
||||
fprintf(fd,"%s storecounts %ld %f %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld\n",
|
||||
self->objectName,
|
||||
pCount->lCount,
|
||||
pCount->fTime,
|
||||
pCount->Monitors[0],
|
||||
pCount->Monitors[1],
|
||||
pCount->Monitors[2],
|
||||
pCount->Monitors[3],
|
||||
pCount->Monitors[4],
|
||||
pCount->Monitors[5],
|
||||
pCount->Monitors[6],
|
||||
pCount->Monitors[7],
|
||||
pCount->Monitors[8],
|
||||
pCount->Monitors[9]);
|
||||
}
|
||||
}
|
||||
if(self->iMode == eTimer){
|
||||
|
Reference in New Issue
Block a user