Belle II Software  release-08-01-10
config.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 /* config.h */
9 
10 
11 #ifndef CONFIG_H
12 #define CONFIG_H
13 
14 
15 #define ROI_MQ_NAME ("/roi")
16 #define ROI_MQ_DEPTH (20)
17 #define ROI_MAX_PACKET_SIZE (16384) /* bytes */
18 #define ROI_IO_TIMEOUT (-1) /* seconds (0 or negative specifies forever wait) */
19 
20 #define NETWORK_ESTABLISH_TIMEOUT (-1) /* seconds (0 or negative specifies forever wait) */
21 #define NETWORK_IO_TIMEOUT (-1) /* seconds (0 or negative specifies forever wait) */
22 
23 #define MM_MAX_HLTOUT (10)
24 
25 
26 #endif /* CONFIG_H */
27