mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 00:52:04 +02:00
Changes to ProcessManager for new writer
This commit is contained in:
@@ -53,9 +53,14 @@ class WriterManager
|
||||
|
||||
// Return True if the frame is to be received, False if is to be dropped.
|
||||
bool receive_frame();
|
||||
// True if the writer process should conitnue.
|
||||
// True if the process should conitnue.
|
||||
bool is_running() const;
|
||||
|
||||
// Return True if the frame is to be written, False otherwise.
|
||||
bool write_frame();
|
||||
// True if the writing should continue.
|
||||
bool is_writing() const;
|
||||
|
||||
bool is_killed() const;
|
||||
bool are_all_parameters_set();
|
||||
std::string get_output_file() const;
|
||||
|
||||
Reference in New Issue
Block a user