mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 14:30:43 +02:00
Add TODO to WriterManager
This commit is contained in:
@@ -119,6 +119,8 @@ void WriterManager::start(const unordered_map<string, boost::any>& new_parameter
|
||||
|
||||
writing_flag = true;
|
||||
boost::thread writer_thread(&ProcessManager::write_h5, this, "output_file", 123);
|
||||
|
||||
//TODO: Sent this event somewhere?
|
||||
}
|
||||
|
||||
const unordered_map<string, DATA_TYPE>& WriterManager::get_parameters_type() const
|
||||
|
||||
Reference in New Issue
Block a user