annotate Applications/StoneApplicationContext.h @ 1279:7ec8fea061b9 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 15:20:08 +0100
parents 0ca50d275b9a 2d8ab34c8c91
children 257f2c9a02ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 /**
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 * Stone of Orthanc
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 * Department, University Hospital of Liege, Belgium
1270
2d8ab34c8c91 upgrade to year 2020
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 732
diff changeset
5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
6 *
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7 * This program is free software: you can redistribute it and/or
47
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
8 * modify it under the terms of the GNU Affero General Public License
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
9 * as published by the Free Software Foundation, either version 3 of
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
10 * the License, or (at your option) any later version.
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 *
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
12 * This program is distributed in the hope that it will be useful, but
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
47
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
15 * Affero General Public License for more details.
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
16 *
28956ed68280 agpl license
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 40
diff changeset
17 * You should have received a copy of the GNU Affero General Public License
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
19 **/
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
20
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
21
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
22 #pragma once
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
23
732
c35e98d22764 move Deprecated classes to a separate folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 726
diff changeset
24 #include "../Framework/Deprecated/Toolbox/IWebService.h"
c35e98d22764 move Deprecated classes to a separate folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 726
diff changeset
25 #include "../Framework/Deprecated/Toolbox/IDelayedCallExecutor.h"
c35e98d22764 move Deprecated classes to a separate folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 726
diff changeset
26 #include "../Framework/Deprecated/Toolbox/OrthancApiClient.h"
c35e98d22764 move Deprecated classes to a separate folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 726
diff changeset
27 #include "../Framework/Deprecated/Viewport/WidgetViewport.h"
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
28
466
5055031f4a06 - Added browserify to build. This allows using require calls for modules that
bgo-osimis
parents: 440
diff changeset
29
566
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
30 #ifdef _MSC_VER
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
31 #if _MSC_VER > 1910
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
32 #define orthanc_override override
466
5055031f4a06 - Added browserify to build. This allows using require calls for modules that
bgo-osimis
parents: 440
diff changeset
33 #else
566
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
34 #define orthanc_override
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
35 #endif
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
36 #elif defined __GNUC__
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
37 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
38 /* Test for GCC > 3.2.0 */
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
39 #if GCC_VERSION > 40900
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
40 #define orthanc_override override
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
41 #else
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
42 #define orthanc_override
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
43 #endif
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
44 #else
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
45 #define orthanc_override
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
46 #endif
ccd1a1ede305 fix previous merge
Alain Mazy <alain@mazy.be>
parents: 561
diff changeset
47
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
48 #include <list>
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
49
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
50 namespace OrthancStone
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
51 {
288
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
52 // a StoneApplicationContext contains the services that a StoneApplication
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
53 // uses and that depends on the environment in which the Application executes.
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
54 // I.e, the StoneApplicationContext provides a WebService interface such that
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
55 // the StoneApplication can perform HTTP requests. In a WASM environment,
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
56 // the WebService is provided by the browser while, in a native environment,
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
57 // the WebService is provided by the OracleWebService (a C++ Http client)
417
aee3d7941c9b preparing to load images using DICOMweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 402
diff changeset
58
288
8c8da145fefa renamings and doc
am@osimis.io
parents: 271
diff changeset
59 class StoneApplicationContext : public boost::noncopyable
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
60 {
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
61 private:
1068
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
62 boost::shared_ptr<Deprecated::IWebService> webService_;
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
63 Deprecated::IDelayedCallExecutor* delayedCallExecutor_; // TODO => shared_ptr ??
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
64 boost::shared_ptr<Deprecated::OrthancApiClient> orthanc_;
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
65 std::string orthancBaseUrl_;
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
66
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
67 void InitializeOrthanc();
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
68
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
69 public:
1060
e146743f6cdc removing file MessageBroker.h
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 732
diff changeset
70 StoneApplicationContext() :
431
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
71 delayedCallExecutor_(NULL)
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 231
diff changeset
72 {
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 231
diff changeset
73 }
53
c2dc924f1a63 removing threading out of the framework
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 51
diff changeset
74
402
72355b637945 removed VolumeSlicerBase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 288
diff changeset
75 virtual ~StoneApplicationContext()
72355b637945 removed VolumeSlicerBase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 288
diff changeset
76 {
72355b637945 removed VolumeSlicerBase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 288
diff changeset
77 }
417
aee3d7941c9b preparing to load images using DICOMweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 402
diff changeset
78
1068
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
79 boost::shared_ptr<Deprecated::IWebService> GetWebService();
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
80
1068
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
81 boost::shared_ptr<Deprecated::OrthancApiClient> GetOrthancApiClient();
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
82
1068
04a95ee91327 recovery of OrthancStoneSingleFrame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
83 void SetWebService(boost::shared_ptr<Deprecated::IWebService> webService);
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
84
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
85 void SetOrthancBaseUrl(const std::string& baseUrl);
431
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
86
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 566
diff changeset
87 void SetDelayedCallExecutor(Deprecated::IDelayedCallExecutor& delayedCallExecutor)
431
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
88 {
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
89 delayedCallExecutor_ = &delayedCallExecutor;
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
90 }
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
91
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 566
diff changeset
92 Deprecated::IDelayedCallExecutor& GetDelayedCallExecutor()
431
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
93 {
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
94 return *delayedCallExecutor_;
26b90b110719 added DelayedCallExecutor to avoid using sleep() in C++ that consumes 100% CPU once executed in WASM
am@osimis.io
parents: 418
diff changeset
95 }
0
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
96 };
351ab0da0150 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
97 }