cleaning up tests for command line parser

This commit is contained in:
Erik Frojdh
2019-01-21 10:45:43 +01:00
parent 603b217b54
commit e1ec60c9c1
4 changed files with 123 additions and 145 deletions

View File

@ -273,7 +273,7 @@ public:
* @param id sls detector id (position in detectors list)
* @param verify true to verify if shared memory version matches existing one
*/
slsDetector(detectorType type, int multiId = 0, int id = 0, bool verify = true);
explicit slsDetector(detectorType type, int multiId = 0, int id = 0, bool verify = true);
/**
* Constructor called when opening existing shared memory
@ -281,7 +281,7 @@ public:
* @param id sls detector id (position in detectors list)
* @param verify true to verify if shared memory version matches existing one
*/
slsDetector(int multiId = 0, int id = 0, bool verify = true);
explicit slsDetector(int multiId = 0, int id = 0, bool verify = true);
/**
* Destructor