slsreceiver: removed option to start receiver with config file, redundant as the only option is receiver tcp port

This commit is contained in:
2019-01-17 15:17:08 +01:00
parent b07492be6f
commit 13f9b9929a
6 changed files with 3 additions and 102 deletions

View File

@ -4,22 +4,10 @@
#include "sls_detector_defs.h"
#include <string>
#include <map>
#include <fstream>
#include <stdio.h>
/**
* Read config file for receiver
* @param fname config file name
* @param tcpip_port_no pointer to tcp port number
* @param map map
* @returns OK or FAIL
*/
int read_config_file(std::string fname, int *tcpip_port_no,
std::map<std::string, std::string> * configuration_map);
/** (used by multi and sls)
* reads a short int raw data file
* @param infile input file stream