Changes to ProcessManager for new writer

This commit is contained in:
2019-04-02 15:41:44 +02:00
parent 38e6969900
commit 3bc14a79ab
2 changed files with 23 additions and 13 deletions
+6 -1
View File
@@ -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;