ServiceInterfaceHandler implements a AbstractInterfaceCallbackHandler.
More...
#include <fw/ServiceInterfaceHandler.h>
|
typedef boost::function< void(const std::string &, const std::string &)> | Callback |
|
ServiceInterfaceHandler implements a AbstractInterfaceCallbackHandler.
It can be added to a DispatcherThread as a signal handler to allow handling of the announcement of new services that implement a special interface in the thread of the dispatcher.
◆ Callback
typedef boost::function<void (const std::string&, const std::string&)> Callback |
◆ ServiceInterfaceHandler()
◆ newServiceInterface()
virtual void newServiceInterface |
( |
const std::string & |
interface, |
|
|
const std::string & |
service |
|
) |
| |
|
virtual |
◆ run()
◆ registerCallback()
void registerCallback |
( |
const std::string & |
interface, |
|
|
Callback |
cb |
|
) |
| |
◆ setDiagnosticsModule()
◆ getDiagnosticsModule()
◆ mDiagnosticsModule
The documentation for this class was generated from the following file: