updated documentation

This commit is contained in:
2019-04-08 15:03:30 +02:00
parent efb96869e2
commit 6171915f29
171 changed files with 8018 additions and 684137 deletions

View 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);