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:
2023-05-31 21:07:07 +02:00
committed by GitHub
parent 225e5490d2
commit b9a346a396
12 changed files with 564 additions and 50 deletions

View File

@@ -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();