7 #ifndef __CONSOLE_PLUGIN_HPP__ 8 #define __CONSOLE_PLUGIN_HPP__ 10 #include "console/config.hpp" 12 #include <fwRuntime/Plugin.hpp> 30 CONSOLE_API ~
Plugin() noexcept;
33 CONSOLE_API
void start();
36 CONSOLE_API
void stop() noexcept;
39 CONSOLE_API
int run() noexcept;
49 #endif //__CONSOLE_PLUGIN_HPP__
Provides a default plugin implementation.
This class is called when the console bundle is loaded.
The namespace console contains no service. It is only used to launch a main loop for console applicat...
This class creates and manages a task loop. The default implementation create a loop in a new thread...
This namespace fwThread provides few tools to execute asynchronous tasks on different threads...