jfjoch_broker: Allow to query connected writers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user