Move methods to protected

This commit is contained in:
2019-04-23 18:15:03 +02:00
parent 7c8cbe708f
commit 297a017c09
2 changed files with 16 additions and 7 deletions
+6 -1
View File
@@ -72,6 +72,12 @@ void ProcessManager::notify_last_pulse_id(uint64_t pulse_id)
} catch (...){}
}
void ProcessManager::run_writer(std::string output_file, uint64_t n_frames)
{
}
void ProcessManager::run_receivers(uint8_t n_receiving_threads)
{
@@ -98,7 +104,6 @@ void ProcessManager::run_receivers(uint8_t n_receiving_threads)
// In case SIGINT stopped the rest_api.
writer_manager.stop();
writer_manager.kill();
receivers.join_all();