CLI: added empty dbit list option 'none' (#1069)

* cli: added 'none' to the rx_dbitlist command to be able to set the dbit list to an empty list
This commit is contained in:
2025-01-13 16:46:01 +01:00
committed by GitHub
parent ed6686d4a7
commit 0771461c01
2 changed files with 15 additions and 6 deletions

View File

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