mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
WIP, doc
This commit is contained in:
parent
786b14e88b
commit
abd2808924
@ -53,7 +53,7 @@ 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);
|
||||
void loadParameters(const std::vector<std::string> ¶meters);
|
||||
|
||||
Result<std::string> getHostname(Positions pos = {}) const;
|
||||
|
||||
@ -1260,7 +1260,7 @@ class Detector {
|
||||
/** [CTB] */
|
||||
Result<std::vector<int>> getRxDbitList(Positions pos = {}) const;
|
||||
|
||||
/** [CTB] list contains the set of bits (0-63) to save */
|
||||
/** [CTB] list contains the set of digital signal bits (0-63) to save */
|
||||
void setRxDbitList(const std::vector<int> &list, Positions pos = {});
|
||||
|
||||
/** [CTB] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user