mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
Gappixels (#89)
* WIP * WIP virtual delays, imagetest for saturation * WIP, vertical and horizontal * WIP * gap pixels work, fixed 32 bit data out (10gbe=0) for virtual servers * quad works (also in virtual), handling gappixels and quad * jungfrau gapppixels work * jungfrau: done * complete image or missing packets given in json header and gui * eiger virtual 4 bit mode bug fix * working version of zmq add json header, except printout * printout bug * fix for json para * to map WIP * map done * map print , mapwith result left * json result works, testing added * updated server binaries * compiling on rhels7, variable size char array iniitalization * zmqsocket parsing didnt need Document * const to map, json para is strings not map * json add header: mapping cleaner without insert make_pair
This commit is contained in:
@ -715,33 +715,6 @@ TEST_CASE("stopport", "[.cmd]") {
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonaddheader \"\"", PUT));
|
||||
// }
|
||||
|
||||
// TEST_CASE("rx_jsonpara", "[.cmd][.moench]") {
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonaddheader
|
||||
// \"key1\":\"value1\"", PUT));
|
||||
// {
|
||||
// std::ostringstream oss;
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonpara key1", GET,
|
||||
// nullptr, oss)); REQUIRE(oss.str() == "rx_jsonpara value1\n");
|
||||
// }
|
||||
// {
|
||||
// std::ostringstream oss;
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonpara key1 value2",
|
||||
// PUT, nullptr, oss)); REQUIRE(oss.str() == "rx_jsonpara [key1,
|
||||
// value2]\n");
|
||||
// }
|
||||
// {
|
||||
// std::ostringstream oss;
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonpara key2 98", PUT,
|
||||
// nullptr, oss)); REQUIRE(oss.str() == "rx_jsonpara [key2, 98]\n");
|
||||
// }
|
||||
// {
|
||||
// std::ostringstream oss;
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonaddheader", GET,
|
||||
// nullptr, oss)); REQUIRE(oss.str() == "rx_jsonaddheader
|
||||
// \"key1\":\"value2\",\"key2\":98\n");
|
||||
// }
|
||||
// REQUIRE_NOTHROW(multiSlsDetectorClient("rx_jsonaddheader \"\"", PUT));
|
||||
// }
|
||||
|
||||
// TEST_CASE("patsetbit", "[.cmd][.ctb]") {
|
||||
// if (test::type == slsDetectorDefs::CHIPTESTBOARD) {
|
||||
|
Reference in New Issue
Block a user