mutli.cpp updated half (without masking multi error and no check on detectors boundaries for adding exceptions later. done upto savecalibrationfile

This commit is contained in:
2018-10-03 17:56:04 +02:00
parent 251a7c2446
commit 1c70f9ec65
4 changed files with 424 additions and 645 deletions

View File

@ -22,12 +22,6 @@ public:
std::string GetMessage() const { return "Shared Memory Failed";};
};
struct ThreadpoolException : public SlsDetectorPackageExceptions {
public:
ThreadpoolException() {}
std::string GetMessage() const { return "Threadpool Failed";};
};
struct SocketException : public SlsDetectorPackageExceptions {
public:
SocketException() {}