Belle II Software
release-05-01-25
config.h
1
/* config.h */
2
3
4
#ifndef CONFIG_H
5
#define CONFIG_H
6
7
8
#define ROI_MQ_NAME ("/roi")
9
#define ROI_MQ_DEPTH (20)
10
#define ROI_MAX_PACKET_SIZE (16384)
/* bytes */
11
#define ROI_IO_TIMEOUT (-1)
/* seconds (0 or negative specifies forever wait) */
12
13
#define NETWORK_ESTABLISH_TIMEOUT (-1)
/* seconds (0 or negative specifies forever wait) */
14
#define NETWORK_IO_TIMEOUT (-1)
/* seconds (0 or negative specifies forever wait) */
15
16
#define MM_MAX_HLTOUT (10)
17
18
19
#endif
/* CONFIG_H */
20
daq
roisend
include
config.h
Generated on Fri Nov 5 2021 03:49:48 for Belle II Software by
1.8.17