mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 22:34:14 +02:00
Virtual destructor for WriterManager
This commit is contained in:
@@ -14,6 +14,8 @@ WriterManager::WriterManager(const map<string, DATA_TYPE>& parameters_type, cons
|
||||
#endif
|
||||
}
|
||||
|
||||
WriterManager::~WriterManager(){}
|
||||
|
||||
void WriterManager::stop()
|
||||
{
|
||||
#ifdef DEBUG_OUTPUT
|
||||
|
||||
@@ -27,6 +27,8 @@ class WriterManager
|
||||
|
||||
public:
|
||||
WriterManager(const std::map<std::string, DATA_TYPE>& parameters_type, const std::string& output_file, uint64_t n_frames=0);
|
||||
virtual ~WriterManager();
|
||||
|
||||
void stop();
|
||||
void kill();
|
||||
bool is_running();
|
||||
|
||||
Reference in New Issue
Block a user