fw4spl
Bundles/io/ioAtoms/include/ioAtoms/Plugin.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __IOATOMS_PLUGIN_HPP__
8 #define __IOATOMS_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 namespace ioAtoms
13 {
14 
16 {
17 public:
19  ~Plugin() noexcept;
20 
28  void start();
29 
35  void stop() noexcept;
36 
37 };
38 
39 } // namespace ioAtoms
40 
41 #endif //__IOATOMS_PLUGIN_HPP__
42 
void stop() noexcept
Stop method.
Provides a default plugin implementation.
Contains services to read and write data via atom conversion.