cleaning the project

This commit is contained in:
2014-09-10 09:19:35 +02:00
parent dc04efbbb1
commit 27780d02d8
46 changed files with 24 additions and 57 deletions

View File

@ -0,0 +1,13 @@
#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);