Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
cheetah/exporters/doc/arch.md
1 ExporterType : a tag class to mark a std::string as an identifier for an exporter
2 
3 template DataExport : the main class that exports data, being configured with all the other classes - actually creates the exporters via its own factory
4 
5 +------------------+
6 | DataExportConfig |
7 +------------------+
8  < >
9  |
10  | 0..n
11 +------------------------+
12 | DataExportStreamConfig | maps the configuration to a specific exporter factory tag
13 +------------------------+
14