mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
compiles
This commit is contained in:
@ -193,21 +193,21 @@ class Detector {
|
||||
* Get Detector type as an enum
|
||||
* @returns detector type
|
||||
*/
|
||||
detectorType Detector::getDetectorTypeAsEnum() const;
|
||||
defs::detectorType getDetectorTypeAsEnum() const;
|
||||
|
||||
/**
|
||||
* Get Detector type as an enum
|
||||
* @param pos detector position
|
||||
* @returns detector type
|
||||
*/
|
||||
Result<detectorType> getDetectorTypeAsEnum(Positions pos = {}) const;
|
||||
Result<defs::detectorType> getDetectorTypeAsEnum(Positions pos = {}) const;
|
||||
|
||||
/**
|
||||
* Returns detector type as a string
|
||||
* @param pos detector position
|
||||
* @returns detector type as string
|
||||
*/
|
||||
Result<std::string> getDetectorTypeAsString(Positions pos = {});
|
||||
Result<std::string> getDetectorTypeAsString(Positions pos = {}) const;
|
||||
};
|
||||
|
||||
} // namespace sls
|
Reference in New Issue
Block a user