mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 23:22:06 +02:00
Added error signaling to Writer
This commit is contained in:
@@ -59,8 +59,11 @@ class WriterManager
|
||||
bool write_frame();
|
||||
// True if the writing should continue.
|
||||
bool is_writing() const;
|
||||
|
||||
|
||||
// Signal that the writing has completed.
|
||||
void writing_completed();
|
||||
void writing_error(std::string error_message);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user