mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02: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