mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
16 lines
329 B
C++
16 lines
329 B
C++
#pragma once
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <sstream>
|
|
#include <iostream>
|
|
#include <map>
|
|
|
|
#include "sls_receiver_defs.h"
|
|
|
|
/* uncomment next line to enable debug output */
|
|
//#define EIGER_DEBUG
|
|
|
|
|
|
int read_config_file(std::string fname, int *tcpip_port_no, std::map<std::string, std::string> * configuration_map);
|
|
|