FairMQ: Rewrite event manager to support multiple subscribers

This commit is contained in:
Dennis Klein
2017-09-20 21:23:21 +02:00
committed by Mohammad Al-Turany
parent 88b3b8ef18
commit 6ecd0e9085
6 changed files with 233 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ class PluginServices
/// @param callback function
///
/// While PluginServices provides the SetProperty method which can update properties only during certain device states, there are
/// other methods in a FairMQ device that can update properties at any time. Therefore, the callback implementation should expect to be called in any
/// other APIs in a FairMQ device that can update properties at any time. Therefore, the callback implementation should expect to be called in any
/// device state.
// template<typename T>
// auto SubscribeToPropertyChange(