mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
14 lines
260 B
C++
14 lines
260 B
C++
#include <iostream>
|
|
#include <string>
|
|
#include <sstream>
|
|
#include <iostream>
|
|
using namespace std;
|
|
#include "sls_receiver_defs.h"
|
|
|
|
/* uncomment next line to enable debug output */
|
|
//#define EIGER_DEBUG
|
|
|
|
|
|
int read_config_file(string fname, int *tcpip_port_no);
|
|
|