mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-16 14:46:48 +02:00
dacs with power dac names should work and do not take in dac units to avoid ambiguity, test with 0 value for power dacs should fail, to do: implement power commands
This commit is contained in:
@@ -121,8 +121,7 @@ TEST_CASE("Convert BitAddress using classes", "[support]") {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("Output operator gives same result as string",
|
||||
"[support]") {
|
||||
TEST_CASE("Output operator gives same result as string", "[support]") {
|
||||
{
|
||||
RegisterAddress addr{0x3456af};
|
||||
std::ostringstream os;
|
||||
|
||||
Reference in New Issue
Block a user