mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-11 22:20:30 +02:00
Implement basic operations on ProcessManager
This commit is contained in:
@@ -16,13 +16,13 @@ class ProcessManager
|
||||
void start_rest_api(const uint16_t rest_port);
|
||||
|
||||
void start_writing(
|
||||
const std::string output_file,
|
||||
const std::string& output_file,
|
||||
const int n_frames,
|
||||
const int user_id);
|
||||
void stop_writing();
|
||||
|
||||
void start_receiving(
|
||||
const std::string connect_address,
|
||||
const std::string& connect_address,
|
||||
const int n_receiving_threads);
|
||||
void stop_receiving();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user