mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
something
This commit is contained in:
6
slsDetectorSoftware/threadFiles/Global.h
Normal file
6
slsDetectorSoftware/threadFiles/Global.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
const int DEFAULT_POOL_SIZE = 10;
|
||||
const int MAX_SINGLES = 5;
|
||||
const int STARTED = 0;
|
||||
const int STOPPED = 1;
|
Reference in New Issue
Block a user