mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 04:44:14 +02:00
Fix writer manager set_parameters
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <atomic>
|
||||
#include <boost/any.hpp>
|
||||
#include "config.hpp"
|
||||
#include "h5_utils.hpp"
|
||||
|
||||
class WriterManager
|
||||
{
|
||||
@@ -23,7 +24,7 @@ class WriterManager
|
||||
std::string get_status();
|
||||
std::map<std::string, uint64_t> get_statistics();
|
||||
std::map<std::string, boost::any>& get_parameters();
|
||||
void set_parameters(std::map<std::string, std::string> &new_parameters);
|
||||
void set_parameters(std::map<std::string, boost::any>& new_parameters);
|
||||
bool is_running();
|
||||
void received_frame(size_t frame_index);
|
||||
void written_frame(size_t frame_index);
|
||||
|
||||
Reference in New Issue
Block a user