This commit is contained in:
maliakal_d 2020-08-27 18:00:19 +02:00
parent 786b14e88b
commit abd2808924

View File

@ -1260,7 +1260,7 @@ class Detector {
/** [CTB] */ /** [CTB] */
Result<std::vector<int>> getRxDbitList(Positions pos = {}) const; 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 = {}); void setRxDbitList(const std::vector<int> &list, Positions pos = {});
/** [CTB] */ /** [CTB] */