mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 16:48:35 +01:00
chaning return type of getSettingsDir and setSettingsDir to std::string
This commit is contained in:
@@ -1047,9 +1047,9 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
|
||||
|
||||
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
|
||||
char* getSettingsDir();
|
||||
std::string getSettingsDir();
|
||||
/** sets the detector trimbit/settings directory \sa sharedSlsDetector */
|
||||
char* setSettingsDir(std::string s);
|
||||
std::string setSettingsDir(std::string s);
|
||||
/**
|
||||
returns the location of the calibration files
|
||||
\sa sharedSlsDetector
|
||||
|
||||
Reference in New Issue
Block a user