5 #include <DAQ_READER/daq_det.h>
26 class daq_dta *handle_raw(
int sec,
int rdo) ;
27 class daq_dta *handle_legacy() ;
33 static const char *help_string ;
42 daq_dta *
get(
const char *bank=
"*",
int c1=-1,
int c2=-1,
int c3=-1,
void *p1=0,
void *p2=0) ;
45 int get_l2(
char *buff,
int buff_bytes,
struct daq_trg_word *trg,
int prompt) ;
46 int get_token(
char *buff,
int buff_bytes) ;
48 virtual const char *GetCVS()
const {
49 static const char cvs[]=
"Tag $Name: $Id: built " __DATE__
" " __TIME__ ;
return cvs;
52 static const int MAX_SEC = 1 ;
53 static const int MAX_RDO = 2 ;