FSUDAQ/macro.h
2022-10-05 17:54:10 -04:00

12 lines
197 B
C

#ifndef MACRO_H
#define MACRO_H
#define MaxNBoards 22
#define MaxNChannels 16
#define MaxRecordLength 0x3fff * 8
#define MaxSaveFileSize 1024 * 1024 * 1024 * 2
#define SETTINGSIZE 2048
#endif