mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-12 11:35:37 +02:00
format receiver
This commit is contained in:
Executable → Regular
+2
-2
@@ -11,9 +11,9 @@
|
||||
#include "sls_detector_defs.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
#include <semaphore.h>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
class ThreadObject : private virtual slsDetectorDefs {
|
||||
protected:
|
||||
@@ -22,7 +22,7 @@ class ThreadObject : private virtual slsDetectorDefs {
|
||||
private:
|
||||
std::atomic<bool> killThread{false};
|
||||
std::atomic<bool> runningFlag{false};
|
||||
std::thread threadObject;
|
||||
std::thread threadObject;
|
||||
sem_t semaphore;
|
||||
const std::string type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user