mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
const int DEFAULT_POOL_SIZE = 10;
|
|
const int MAX_SINGLES = 5;
|
|
const int STARTED = 0;
|
|
const int STOPPED = 1;
|