sort and remove duplicates before sending rxdbitlist

This commit is contained in:
Erik Frojdh
2020-08-27 17:08:53 +02:00
parent 3954913661
commit 2e4783f296
2 changed files with 6 additions and 2 deletions

View File

@ -442,7 +442,7 @@ class Module : public virtual slsDetectorDefs {
bool getExternalSampling() const;
void setExternalSampling(bool value);
std::vector<int> getReceiverDbitList() const;
void setReceiverDbitList(const std::vector<int> &list);
void setReceiverDbitList(std::vector<int> list);
int getReceiverDbitOffset() const;
void setReceiverDbitOffset(int value);
void setDigitalIODelay(uint64_t pinMask, int delay);