This commit is contained in:
maliakal_d 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] */

View File

@ -1989,8 +1989,7 @@ std::string CmdProxy::ReceiverDbitList(int action) {
os << "[all] or [i0] [i1] [i2]... \n\t[Ctb] List of digital signal "
"bits read out. If all is used instead of a list, all digital "
"bits (64) enabled. Each element in list can be 0 - 63 and must "
"be non "
"repetitive."
"be non repetitive."
<< '\n';
} else if (action == defs::GET_ACTION) {
if (!args.empty()) {