v1.0.0-rc.31

This commit is contained in:
2025-03-02 13:15:28 +01:00
parent aeabc81a4c
commit ddf4c75645
309 changed files with 8705 additions and 1421 deletions

View File

@@ -110,6 +110,6 @@ TEST_CASE("AcquisitionCountersTest_PacketCount","[AcquisitionDeviceCounters]") {
REQUIRE(counters.GetTotalPackets(0) == 128);
REQUIRE(counters.GetTotalPackets(1) == 86);
REQUIRE(counters.GetExpectedPackets() == 50 * 512 * 2 * 2);
REQUIRE(counters.GetExpectedPacketsPerModule() == 50 * 512 * 2);
REQUIRE(counters.GetTotalExpectedPackets() == 50 * 512 * 2 * 2);
REQUIRE(counters.GetTotalExpectedPacketsPerModule() == 50 * 512 * 2);
}