16 #include <sys/types.h>
20 #include <rtsSystems.h>
23 #include <DAQ_READER/daqReader.h>
24 #include <SUNRT/clock.h>
26 int main(
int argc,
char *argv[])
28 rtsLogOutput(RTS_LOG_STDERR) ;
49 char *ret = evp->get(0,EVP_TYPE_ANY);
54 LOG(ERR,
"evp status is non-null [0x08X, %d dec]",evp->status,evp->status) ;
58 LOG(
"JEFF",
"Got event in %lf seconds",t);
63 LOG(
"JEFF",
"Got empty in %lf seconds",t);
67 LOG(
"JEFF",
"Got EOR in %lf seconds", t);
72 LOG(
"JEFF",
"Got ERR in %lf seconds", t);
76 LOG(CRIT,
"evp->status CRITICAL (?)") ;
83 printf(
"evp->seq=%d n=%d\n",evp->seq,evp->event_number);