This commit is contained in:
Erik Frojdh
2020-11-17 15:33:09 +01:00
parent 146d605d19
commit 40f6eb8ede
3 changed files with 9 additions and 5 deletions

View File

@ -28,8 +28,8 @@ int StartAcq(std::string filepath, std::string filename, uint64_t fileindex,
<< " filename:" << filename << " fileindex:" << fileindex
<< " datasize:" << datasize << " ####";
/*throw std::runtime_error(
"Throwing exception from start acquisition call back");*/
// throw std::runtime_error(
// "Throwing exception from start acquisition call back");
return 0;
}