mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
changed type of getCalDir to std::string
This commit is contained in:
@ -1054,12 +1054,12 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
returns the location of the calibration files
|
||||
\sa sharedSlsDetector
|
||||
*/
|
||||
char* getCalDir();
|
||||
std::string getCalDir();
|
||||
/**
|
||||
sets the location of the calibration files
|
||||
\sa sharedSlsDetector
|
||||
*/
|
||||
char* setCalDir(std::string s);
|
||||
std::string setCalDir(std::string s);
|
||||
|
||||
|
||||
std::string getNetworkParameter(networkParameter);
|
||||
|
Reference in New Issue
Block a user