mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
merging refactor (replacing)
This commit is contained in:
4
slsReceiverSoftware/include/ThreadObject.h
Normal file → Executable file
4
slsReceiverSoftware/include/ThreadObject.h
Normal file → Executable file
@ -7,14 +7,14 @@
|
||||
*@short creates/destroys a thread
|
||||
*/
|
||||
|
||||
#include "sls_receiver_defs.h"
|
||||
#include "sls_detector_defs.h"
|
||||
#include "logger.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
#include <string>
|
||||
|
||||
class ThreadObject : private virtual slsReceiverDefs {
|
||||
class ThreadObject : private virtual slsDetectorDefs {
|
||||
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user