mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00

* mythen3: adding counters mask, firmware still takes only number of counters for now * mythen3: checking if module attached before powering on chip * bug fix: loop inital declaration not allowed in c * fix scope eiger test * mythen3: renamed setCounters to setCounterMask and getCounterMask in API * mythen3 replacing counting bits with popcount Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
4 lines
134 B
C++
4 lines
134 B
C++
#pragma once
|
|
#include "sls_detector_defs.h"
|
|
|
|
void test_dac(slsDetectorDefs::dacIndex index, const std::string &dacname, int dacvalue); |