Changeset 87
- Timestamp:
- 07/09/09 16:48:31 (15 years ago)
- Location:
- drsdaq
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
drsdaq/SlowData.cc
r86 r87 11 11 12 12 #include "SlowData.h" 13 #include "DAQReadout.h"14 13 15 14 // -
drsdaq/SlowData.h
r86 r87 4 4 #include <stdlib.h> 5 5 #include <stdio.h> 6 #include <time.h> 7 #include <errno.h> 8 #include <stdarg.h> 9 #include <string.h> 10 #include <sys/time.h> 11 #include <ctype.h> 12 13 #define MAX_PATH 256 14 #define MAX_COM_SIZE 10000 6 15 7 16 class SlowData {
Note:
See TracChangeset
for help on using the changeset viewer.