fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/io/ioDicomWeb/src/ioDicomWeb/Plugin.cpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2018.
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
#include "ioDicomWeb/Plugin.hpp"
8
9
#include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
10
11
#include <fwServices/macros.hpp>
12
13
namespace
ioDicomWeb
14
{
15
16
using namespace
::
fwRuntime::utils
;
17
static
GenericExecutableFactoryRegistrar<Plugin> registrar(
"::ioDicomWeb::Plugin"
);
18
19
Plugin::~Plugin
() noexcept
20
{
21
}
22
23
//------------------------------------------------------------------------------
24
25
void
Plugin::start
()
26
{
27
}
28
29
//------------------------------------------------------------------------------
30
31
void
Plugin::stop
() noexcept
32
{
33
}
34
35
}
// namespace ioDicomWeb
ioDicomWeb::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/io/ioDicomWeb/src/ioDicomWeb/Plugin.cpp:19
ioDicomWeb::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/io/ioDicomWeb/src/ioDicomWeb/Plugin.cpp:25
ioDicomWeb::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/io/ioDicomWeb/src/ioDicomWeb/Plugin.cpp:31
fwRuntime::utils
The namespace fwRuntime::utils contains template executable factory classes.
Definition:
GenericExecutableFactory.hpp:19
ioDicomWeb
ioDicomWeb contains services use to deal with PACS through HTTP.
Definition:
Bundles/io/ioDicomWeb/include/ioDicomWeb/namespace.hpp:13
Bundles
io
ioDicomWeb
src
ioDicomWeb
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11