mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 16:22:19 +01:00
some more changes
This commit is contained in:
@@ -111,6 +111,16 @@ public:
|
||||
};
|
||||
|
||||
|
||||
/** returns string from enabled/disabled
|
||||
\param b true or false
|
||||
\returns string enabled, disabled
|
||||
*/
|
||||
static string stringEnable(bool b){\
|
||||
if(b) return string("enabled"); \
|
||||
else return string("disabled"); \
|
||||
};
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user