mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
works so far, no gui yet
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
//#ifdef UDP_BASE_IMPLEMENTATION
|
||||
#ifndef UDP_BASE_IMPLEMENTATION_H
|
||||
#define UDP_BASE_IMPLEMENTATION_H
|
||||
#pragma once
|
||||
/********************************************//**
|
||||
* @file UDPBaseImplementation.h
|
||||
* @short does all the functions for a receiver, set/get parameters, start/stop etc.
|
||||
***********************************************/
|
||||
|
||||
|
||||
//#include "sls_receiver_defs.h"
|
||||
#include "UDPInterface.h"
|
||||
//#include <stdio.h>
|
||||
@ -666,8 +663,3 @@ class UDPBaseImplementation : protected virtual slsReceiverDefs, public UDPInter
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
//#endif
|
||||
|
Reference in New Issue
Block a user