mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
rxr: missing packets, stopacquistion lets rxr know to calculate missing packets from last frame caught
This commit is contained in:
@ -9,6 +9,12 @@
|
||||
auto GET = slsDetectorDefs::GET_ACTION;
|
||||
auto PUT = slsDetectorDefs::PUT_ACTION;
|
||||
|
||||
|
||||
|
||||
TEST_CASE("rx_missingpackets", "[.cmd]") {
|
||||
REQUIRE_NOTHROW(multiSlsDetectorClient("rx_missingpackets", GET));
|
||||
}
|
||||
|
||||
TEST_CASE("burstmode", "[.cmd][.gotthard2]") {
|
||||
if (test::type == slsDetectorDefs::GOTTHARD2) {
|
||||
REQUIRE_NOTHROW(multiSlsDetectorClient("burstmode 0", PUT));
|
||||
|
Reference in New Issue
Block a user