mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
cleaning up tests for command line parser
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user