wip std det writer for a gigafrost stream

This commit is contained in:
lhdamiani
2021-11-19 15:07:56 +01:00
parent e92ab87aed
commit 146046ff74
6 changed files with 173 additions and 46 deletions
+5
View File
@@ -56,6 +56,11 @@ namespace BufferUtils
const std::string& detector_name,
const std::string& stream_name);
void* connect_socket_gf(
void* ctx,
const std::string& detector_name,
const std::string& stream_name);
DetectorConfig read_json_config(const std::string& filename);
}