mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 13:04:13 +02:00
Add missing methods stubs - just to write unit tests
This commit is contained in:
@@ -105,4 +105,16 @@ void ProcessManager::stop_receiving()
|
||||
#endif
|
||||
|
||||
recv_module_.stop_recv();
|
||||
}
|
||||
|
||||
string ProcessManager::get_status()
|
||||
{
|
||||
// TODO: Implement status collection.
|
||||
return "nothing to see here";
|
||||
}
|
||||
|
||||
unordered_map<std::string, float> ProcessManager::get_statistics()
|
||||
{
|
||||
// TODO: Implement statistics.
|
||||
return {};
|
||||
}
|
||||
Reference in New Issue
Block a user