mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 15:38:41 +01:00
works so far, no gui yet
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
/********************************************//**
|
||||
* @file slsReceiver.h
|
||||
* @short creates the UDP and TCP class objects
|
||||
***********************************************/
|
||||
#ifndef SLS_RECEIVER_H
|
||||
#define SLS_RECEIVER_H
|
||||
|
||||
|
||||
|
||||
#include "slsReceiverTCPIPInterface.h"
|
||||
@@ -87,5 +87,3 @@ class slsReceiver : private virtual slsReceiverDefs {
|
||||
UDPInterface* udp_interface;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user