Dev/define cmd tie bit to reg (#1328)
Some checks failed
Build on RHEL8 / build (push) Failing after 1m8s
Build on RHEL9 / build (push) Failing after 2m22s

* strong type wip

* moved everythign to bit_utils class

* wip, still on testing in ctb reg

* passed tests for define
This commit is contained in:
2025-11-10 16:27:03 +01:00
committed by GitHub
parent b4a0c69897
commit 161cd5508d
19 changed files with 1303 additions and 520 deletions

View File

@@ -5,6 +5,7 @@
#include "sls/Detector.h"
#include "sls/ToString.h"
#include "sls/network_utils.h"
#include "sls/bit_utils.h"
#include "sls/sls_detector_defs.h"
#include "sls/TimeHelper.h"