jfjoch_broker: Allow to query connected writers

This commit is contained in:
2026-03-05 12:05:46 +01:00
parent ca0409bd5f
commit 4ede10aa6a
23 changed files with 209 additions and 59 deletions
+4
View File
@@ -337,3 +337,7 @@ JFJochReceiverService &JFJochReceiverService::Indexing(const IndexingSettings &i
throw JFJochException(JFJochExceptionCategory::WrongDAQState,
"Cannot change indexing settings during data collection");
}
uint64_t JFJochReceiverService::GetConnectedWriters() const {
return image_pusher.GetConnectedWriters();
}