This commit is contained in:
2020-08-28 10:57:21 +02:00
parent 97ee2d269d
commit b5669dc921
2 changed files with 3 additions and 3 deletions

View File

@ -1260,7 +1260,8 @@ class Detector {
/** [CTB] */
Result<std::vector<int>> getRxDbitList(Positions pos = {}) const;
/** [CTB] list contains the set of digital signal bits (0-63) to save */
/** [CTB] list contains the set of digital signal bits (0-63) to save, must
* be non repetitive */
void setRxDbitList(const std::vector<int> &list, Positions pos = {});
/** [CTB] */