This commit is contained in:
2025-06-16 17:25:21 +02:00
parent ec67617e5c
commit e4f329466c
13 changed files with 204 additions and 88 deletions

View File

@@ -719,6 +719,7 @@ std::string Caller::rx_zmqip(int action) {
}
return os.str();
}
/* TODO
std::string Caller::rx_roi(int action) {
std::ostringstream os;
if (action == defs::HELP_ACTION) {
@@ -761,7 +762,7 @@ std::string Caller::rx_roi(int action) {
throw RuntimeError("Unknown action");
}
return os.str();
}
}*/
std::string Caller::ratecorr(int action) {
std::ostringstream os;
if (action == defs::HELP_ACTION) {