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

View File

@@ -76,3 +76,7 @@ std::string HDF5FilePusher::PrintSetup() const {
std::optional<uint64_t> HDF5FilePusher::GetImagesWritten() const {
return images_written;
}
size_t HDF5FilePusher::GetConnectedWriters() const {
return 1;
}