receiver tcp interface updated

This commit is contained in:
2018-10-12 17:03:19 +02:00
parent c31c851e88
commit 8382d0f5f9
7 changed files with 990 additions and 1046 deletions

View File

@ -1033,7 +1033,7 @@ int multiSlsDetector::writeConfigurationFile(const std::string& fname) {
}
int ret = OK, ret1 = OK;
std::ofstream outfile;
int iline = 0;
size_t iline = 0;
outfile.open(fname.c_str(), std::ios_base::out);
if (outfile.is_open()) {