mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 16:45:55 +01:00
ctb adc names (#757)
* first draft of adc names * fixed tests * formatting * added python functions in src --------- Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
namespace sls {
|
||||
|
||||
TEST_CASE("Default construction") {
|
||||
static_assert(sizeof(CtbConfig) == 360,
|
||||
"Size of CtbConfig does not match"); // 18*20
|
||||
static_assert(sizeof(CtbConfig) == ((18 + 32) * 20),
|
||||
"Size of CtbConfig does not match");
|
||||
|
||||
CtbConfig c;
|
||||
auto names = c.getDacNames();
|
||||
|
||||
Reference in New Issue
Block a user