mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
Exposing vector of strings for loading parameters (#147)
This commit is contained in:
@ -53,6 +53,8 @@ class Detector {
|
||||
/** Shared memory not freed prior. Set up per measurement. */
|
||||
void loadParameters(const std::string &fname);
|
||||
|
||||
void loadParameters(const std::vector<std::string>& parameters);
|
||||
|
||||
Result<std::string> getHostname(Positions pos = {}) const;
|
||||
|
||||
/* Frees shared memory, adds detectors to the list */
|
||||
|
Reference in New Issue
Block a user