mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-31 01:47:51 +02:00
updated documentation
This commit is contained in:
16
exampleCode/customReceiverExample/utilities.h
Executable file
16
exampleCode/customReceiverExample/utilities.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
|
||||
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, map<string, string> * configuration_map);
|
||||
|
||||
Reference in New Issue
Block a user