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

@@ -57,4 +57,8 @@ std::string CBORFilePusher::PrintSetup() const {
std::filesystem::path currentPath = std::filesystem::current_path();
return "CBORFilePusher: CBOR messages for debugging are written directly to file in base directory " + currentPath.string();
}
}
size_t CBORFilePusher::GetConnectedWriters() const {
return 1;
}