mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Subscribe DeviceRunner for config properties
This commit is contained in:
committed by
Dennis Klein
parent
7c9744760e
commit
4281d7b27e
@@ -56,6 +56,11 @@ class DeviceRunner
|
||||
auto Run() -> int;
|
||||
auto RunWithExceptionHandlers() -> int;
|
||||
|
||||
bool HandleGeneralOptions();
|
||||
|
||||
void SubscribeForConfigChange();
|
||||
void UnsubscribeFromConfigChange();
|
||||
|
||||
template<typename H>
|
||||
auto AddHook(std::function<void(DeviceRunner&)> hook) -> void
|
||||
{
|
||||
|
Reference in New Issue
Block a user