7 #ifndef __MONITOR_PLUGIN_HPP__ 8 #define __MONITOR_PLUGIN_HPP__ 10 #include <fwRuntime/Plugin.hpp> 33 #endif //__MONITOR_PLUGIN_HPP__ ~Plugin() noexcept
Destructor.
Class called when the bundle is loaded and stopped.
Provides a default plugin implementation.
void start()
Notifies the plugin about its start.
The namespace monitor contains tools for monitoring an application built with FW4SPL.
void stop() noexcept
Notifies the plugin about its stop.