annotate Deprecated/Platforms/Wasm/Defaults.cpp @ 1458:828a9b4ee1b7

added missing copyright
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 21:23:02 +0200
parents 419d0320c344
children fbc5bfde6c95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1458
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
1 /**
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
2 * Stone of Orthanc
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
4 * Department, University Hospital of Liege, Belgium
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
6 *
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
7 * This program is free software: you can redistribute it and/or
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
8 * modify it under the terms of the GNU Affero General Public License
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
9 * as published by the Free Software Foundation, either version 3 of
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
10 * the License, or (at your option) any later version.
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
11 *
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
12 * This program is distributed in the hope that it will be useful, but
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
15 * Affero General Public License for more details.
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
16 *
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
17 * You should have received a copy of the GNU Affero General Public License
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
19 **/
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
20
828a9b4ee1b7 added missing copyright
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1400
diff changeset
21
222
84844649a8fd continued: reusable applications
am@osimis.io
parents:
diff changeset
22 #include "Defaults.h"
84844649a8fd continued: reusable applications
am@osimis.io
parents:
diff changeset
23
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
24 #include "WasmWebService.h"
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
25 #include "WasmDelayedCallExecutor.h"
732
c35e98d22764 move Deprecated classes to a separate folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 726
diff changeset
26 #include "../../Framework/Deprecated/Widgets/TestCairoWidget.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>
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
28 #include <Applications/Wasm/StartupParametersBuilder.h>
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
29 #include <Platforms/Wasm/WasmPlatformApplicationAdapter.h>
991
92a043b8e431 removed logs from IObserver constructor
Alain Mazy <alain@mazy.be>
parents: 878
diff changeset
30 #include <Framework/StoneInitialization.h>
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
31 #include <Core/Logging.h>
991
92a043b8e431 removed logs from IObserver constructor
Alain Mazy <alain@mazy.be>
parents: 878
diff changeset
32 #include <sstream>
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
33
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
34 #include <algorithm>
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
35
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
36
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
37 static unsigned int width_ = 0;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
38 static unsigned int height_ = 0;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
39
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
40 /**********************************/
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
41
288
8c8da145fefa renamings and doc
am@osimis.io
parents: 287
diff changeset
42 static std::unique_ptr<OrthancStone::IStoneApplication> application;
307
be2660b6e40a wip: commands + status update
am@osimis.io
parents: 288
diff changeset
43 static std::unique_ptr<OrthancStone::WasmPlatformApplicationAdapter> applicationWasmAdapter = NULL;
288
8c8da145fefa renamings and doc
am@osimis.io
parents: 287
diff changeset
44 static std::unique_ptr<OrthancStone::StoneApplicationContext> context;
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
45 static OrthancStone::StartupParametersBuilder startupParametersBuilder;
253
8ff70c04c6df IObservable/IObserver now working in WASM too
am@osimis.io
parents: 242
diff changeset
46 static OrthancStone::MessageBroker broker;
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
47
385
6cc3ce74dc05 using message broker in widgets
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 327
diff changeset
48 static OrthancStone::ViewportContentChangedObserver viewportContentChangedObserver_(broker);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
49 static OrthancStone::StatusBar statusBar_;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
50
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
51 static std::list<std::shared_ptr<Deprecated::WidgetViewport>> viewports_;
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
52
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
53 std::shared_ptr<Deprecated::WidgetViewport> FindViewportSharedPtr(ViewportHandle viewport) {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
54 for (const auto& v : viewports_) {
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
55 if (v.get() == viewport) {
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
56 return v;
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
57 }
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
58 }
229
b0ba3b38a23c ScheduleRedraw can handle multiple viewports
am@osimis.io
parents: 228
diff changeset
59 assert(false);
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
60 return std::shared_ptr<Deprecated::WidgetViewport>();
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
61 }
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
62
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
63 #ifdef __cplusplus
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
64 extern "C" {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
65 #endif
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
66
877
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
67 #if 0
878
8f7930f589ef comments
Alain Mazy <alain@mazy.be>
parents: 877
diff changeset
68 // rewrite malloc/free in order to monitor allocations. We actually only monitor large allocations (like images ...)
8f7930f589ef comments
Alain Mazy <alain@mazy.be>
parents: 877
diff changeset
69
877
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
70 size_t bigChunksTotalSize = 0;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
71 std::map<void*, size_t> allocatedBigChunks;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
72
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
73 extern void* emscripten_builtin_malloc(size_t bytes);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
74 extern void emscripten_builtin_free(void* mem);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
75
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
76 void * __attribute__((noinline)) malloc(size_t size)
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
77 {
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
78 void *ptr = emscripten_builtin_malloc(size);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
79 if (size > 100000)
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
80 {
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
81 bigChunksTotalSize += size;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
82 printf("++ Allocated %zu bytes, got %p. (%zu MB consumed by big chunks)\n", size, ptr, bigChunksTotalSize/(1024*1024));
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
83 allocatedBigChunks[ptr] = size;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
84 }
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
85 return ptr;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
86 }
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
87
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
88 void __attribute__((noinline)) free(void *ptr)
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
89 {
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
90 emscripten_builtin_free(ptr);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
91
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
92 std::map<void*, size_t>::iterator it = allocatedBigChunks.find(ptr);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
93 if (it != allocatedBigChunks.end())
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
94 {
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
95 bigChunksTotalSize -= it->second;
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
96 printf("-- Freed %zu bytes at %p. (%zu MB consumed by big chunks)\n", it->second, ptr, bigChunksTotalSize/(1024*1024));
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
97 allocatedBigChunks.erase(it);
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
98 }
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
99 }
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
100 #endif // 0
f7e5ee59ba17 debug code to monitor large malloc/free (currently disabled)
Alain Mazy <alain@mazy.be>
parents: 860
diff changeset
101
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
102 using namespace OrthancStone;
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
103
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
104 // when WASM needs a C++ viewport
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
105 ViewportHandle EMSCRIPTEN_KEEPALIVE CreateCppViewport() {
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
106
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
107 std::shared_ptr<Deprecated::WidgetViewport> viewport(new Deprecated::WidgetViewport(broker));
287
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
108 printf("viewport %x\n", (int)viewport.get());
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
109
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
110 viewports_.push_back(viewport);
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
111
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
112 printf("There are now %lu viewports in C++\n", viewports_.size());
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
113
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
114 viewport->SetStatusBar(statusBar_);
385
6cc3ce74dc05 using message broker in widgets
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 327
diff changeset
115
6cc3ce74dc05 using message broker in widgets
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 327
diff changeset
116 viewport->RegisterObserverCallback(
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
117 new Callable<ViewportContentChangedObserver, Deprecated::IViewport::ViewportChangedMessage>
385
6cc3ce74dc05 using message broker in widgets
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 327
diff changeset
118 (viewportContentChangedObserver_, &ViewportContentChangedObserver::OnViewportChanged));
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
119
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
120 return viewport.get();
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
121 }
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
122
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
123 // when WASM does not need a viewport anymore, it should release it
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
124 void EMSCRIPTEN_KEEPALIVE ReleaseCppViewport(ViewportHandle viewport) {
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
125 viewports_.remove_if([viewport](const std::shared_ptr<Deprecated::WidgetViewport>& v) { return v.get() == viewport;});
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
126
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
127 printf("There are now %lu viewports in C++\n", viewports_.size());
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
128 }
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
129
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
130 void EMSCRIPTEN_KEEPALIVE CreateWasmApplication(ViewportHandle viewport) {
991
92a043b8e431 removed logs from IObserver constructor
Alain Mazy <alain@mazy.be>
parents: 878
diff changeset
131 printf("Initializing Stone\n");
92a043b8e431 removed logs from IObserver constructor
Alain Mazy <alain@mazy.be>
parents: 878
diff changeset
132 OrthancStone::StoneInitialize();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
133 printf("CreateWasmApplication\n");
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
134
253
8ff70c04c6df IObservable/IObserver now working in WASM too
am@osimis.io
parents: 242
diff changeset
135 application.reset(CreateUserApplication(broker));
307
be2660b6e40a wip: commands + status update
am@osimis.io
parents: 288
diff changeset
136 applicationWasmAdapter.reset(CreateWasmApplicationAdapter(broker, application.get()));
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
137 Deprecated::WasmWebService::SetBroker(broker);
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
138 Deprecated::WasmDelayedCallExecutor::SetBroker(broker);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
139
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
140 startupParametersBuilder.Clear();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
141 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
142
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
143 void EMSCRIPTEN_KEEPALIVE SetStartupParameter(const char* keyc,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
144 const char* value) {
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
145 startupParametersBuilder.SetStartupParameter(keyc, value);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
146 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
147
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
148 void EMSCRIPTEN_KEEPALIVE StartWasmApplication(const char* baseUri) {
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
149
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
150 printf("StartWasmApplication\n");
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
151
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
152 Orthanc::Logging::SetErrorWarnInfoTraceLoggingFunctions(
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
153 stone_console_error, stone_console_warning,
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
154 stone_console_info, stone_console_trace);
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
155
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
156 // recreate a command line from uri arguments and parse it
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
157 boost::program_options::variables_map parameters;
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
158 boost::program_options::options_description options;
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
159 application->DeclareStartupOptions(options);
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
160 startupParametersBuilder.GetStartupParameters(parameters, options);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
161
418
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
162 context.reset(new OrthancStone::StoneApplicationContext(broker));
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
163 context->SetOrthancBaseUrl(baseUri);
c23df8b3433b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 417
diff changeset
164 printf("Base URL to Orthanc API: [%s]\n", baseUri);
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
165 context->SetWebService(Deprecated::WasmWebService::GetInstance());
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
166 context->SetDelayedCallExecutor(Deprecated::WasmDelayedCallExecutor::GetInstance());
242
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
167 application->Initialize(context.get(), statusBar_, parameters);
092db46c6291 improved SDL/Wasm unification
am@osimis.io
parents: 236
diff changeset
168 application->InitializeWasm();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
169
231
5027cb2feb51 viewport is now part of the Application itself and not global anymore
am@osimis.io
parents: 229
diff changeset
170 // viewport->SetSize(width_, height_);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
171 printf("StartWasmApplication - completed\n");
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
172 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
173
603
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
174 bool EMSCRIPTEN_KEEPALIVE WasmIsTraceLevelEnabled()
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
175 {
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
176 return Orthanc::Logging::IsTraceLevelEnabled();
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
177 }
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
178
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
179 bool EMSCRIPTEN_KEEPALIVE WasmIsInfoLevelEnabled()
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
180 {
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
181 return Orthanc::Logging::IsInfoLevelEnabled();
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
182 }
70992b38aa8a new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
Benjamin Golinvaux <bgo@osimis.io>
parents: 535
diff changeset
183
386
e33659decec5 renamed UpdateContent() as DoAnimation()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 385
diff changeset
184 void EMSCRIPTEN_KEEPALIVE WasmDoAnimation()
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
185 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
186 for (auto viewport : viewports_) {
386
e33659decec5 renamed UpdateContent() as DoAnimation()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 385
diff changeset
187 // TODO Only launch the JavaScript timer if "HasAnimation()"
e33659decec5 renamed UpdateContent() as DoAnimation()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 385
diff changeset
188 if (viewport->HasAnimation())
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
189 {
386
e33659decec5 renamed UpdateContent() as DoAnimation()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 385
diff changeset
190 viewport->DoAnimation();
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
191 }
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
192
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
193 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
194
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
195 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
196
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
197
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
198 void EMSCRIPTEN_KEEPALIVE ViewportSetSize(ViewportHandle viewport, unsigned int width, unsigned int height)
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
199 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
200 width_ = width;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
201 height_ = height;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
202
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
203 viewport->SetSize(width, height);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
204 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
205
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
206 int EMSCRIPTEN_KEEPALIVE ViewportRender(ViewportHandle viewport,
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
207 unsigned int width,
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
208 unsigned int height,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
209 uint8_t* data)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
210 {
278
8a86695fcbc3 renamings
am@osimis.io
parents: 272
diff changeset
211 viewportContentChangedObserver_.Reset();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
212
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
213 //printf("ViewportRender called %dx%d\n", width, height);
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
214 if (width == 0 ||
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
215 height == 0)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
216 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
217 return 1;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
218 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
219
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
220 Orthanc::ImageAccessor surface;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
221 surface.AssignWritable(Orthanc::PixelFormat_BGRA32, width, height, 4 * width, data);
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
222
227
c8f11437a6fd getting ready for multiple viewports
am@osimis.io
parents: 223
diff changeset
223 viewport->Render(surface);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
224
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
225 // Convert from BGRA32 memory layout (only color mode supported by
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
226 // Cairo, which corresponds to CAIRO_FORMAT_ARGB32) to RGBA32 (as
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
227 // expected by HTML5 canvas). This simply amounts to swapping the
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
228 // B and R channels.
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
229 uint8_t* p = data;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
230 for (unsigned int y = 0; y < height; y++) {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
231 for (unsigned int x = 0; x < width; x++) {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
232 uint8_t tmp = p[0];
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
233 p[0] = p[2];
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
234 p[2] = tmp;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
235
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
236 p += 4;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
237 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
238 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
239
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
240 return 1;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
241 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
242
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
243
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
244 void EMSCRIPTEN_KEEPALIVE ViewportMouseDown(ViewportHandle viewport,
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
245 unsigned int rawButton,
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
246 int x,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
247 int y,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
248 unsigned int rawModifiers)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
249 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
250 OrthancStone::MouseButton button;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
251 switch (rawButton)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
252 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
253 case 0:
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
254 button = OrthancStone::MouseButton_Left;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
255 break;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
256
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
257 case 1:
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
258 button = OrthancStone::MouseButton_Middle;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
259 break;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
260
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
261 case 2:
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
262 button = OrthancStone::MouseButton_Right;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
263 break;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
264
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
265 default:
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
266 return; // Unknown button
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
267 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
268
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
269 viewport->MouseDown(button, x, y, OrthancStone::KeyboardModifiers_None, std::vector<Deprecated::Touch>());
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
270 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
271
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
272
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
273 void EMSCRIPTEN_KEEPALIVE ViewportMouseWheel(ViewportHandle viewport,
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
274 int deltaY,
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
275 int x,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
276 int y,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
277 int isControl)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
278 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
279 if (deltaY != 0)
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
280 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
281 OrthancStone::MouseWheelDirection direction = (deltaY < 0 ?
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
282 OrthancStone::MouseWheelDirection_Up :
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
283 OrthancStone::MouseWheelDirection_Down);
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
284 OrthancStone::KeyboardModifiers modifiers = OrthancStone::KeyboardModifiers_None;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
285
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
286 if (isControl != 0)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
287 {
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
288 modifiers = OrthancStone::KeyboardModifiers_Control;
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
289 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
290
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
291 viewport->MouseWheel(direction, x, y, modifiers);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
292 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
293 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
294
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
295
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
296 void EMSCRIPTEN_KEEPALIVE ViewportMouseMove(ViewportHandle viewport,
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
297 int x,
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
298 int y)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
299 {
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
300 viewport->MouseMove(x, y, std::vector<Deprecated::Touch>());
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
301 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
302
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
303 void GetTouchVector(std::vector<Deprecated::Touch>& output,
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
304 int touchCount,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
305 float x0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
306 float y0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
307 float x1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
308 float y1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
309 float x2,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
310 float y2)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
311 {
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
312 // TODO: it might be nice to try to pass all the x0,y0 coordinates as arrays but that's not so easy to pass array between JS and C++
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
313 if (touchCount > 0)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
314 {
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
315 output.push_back(Deprecated::Touch(x0, y0));
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
316 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
317 if (touchCount > 1)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
318 {
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
319 output.push_back(Deprecated::Touch(x1, y1));
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
320 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
321 if (touchCount > 2)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
322 {
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
323 output.push_back(Deprecated::Touch(x2, y2));
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
324 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
325
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
326 }
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
327
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
328 void EMSCRIPTEN_KEEPALIVE ViewportTouchStart(ViewportHandle viewport,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
329 int touchCount,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
330 float x0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
331 float y0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
332 float x1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
333 float y1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
334 float x2,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
335 float y2)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
336 {
838
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
337 // printf("touch start with %d touches\n", touchCount);
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
338
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
339 std::vector<Deprecated::Touch> touches;
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
340 GetTouchVector(touches, touchCount, x0, y0, x1, y1, x2, y2);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
341 viewport->TouchStart(touches);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
342 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
343
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
344 void EMSCRIPTEN_KEEPALIVE ViewportTouchMove(ViewportHandle viewport,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
345 int touchCount,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
346 float x0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
347 float y0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
348 float x1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
349 float y1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
350 float x2,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
351 float y2)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
352 {
838
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
353 // printf("touch move with %d touches\n", touchCount);
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
354
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
355 std::vector<Deprecated::Touch> touches;
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
356 GetTouchVector(touches, touchCount, x0, y0, x1, y1, x2, y2);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
357 viewport->TouchMove(touches);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
358 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
359
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
360 void EMSCRIPTEN_KEEPALIVE ViewportTouchEnd(ViewportHandle viewport,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
361 int touchCount,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
362 float x0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
363 float y0,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
364 float x1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
365 float y1,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
366 float x2,
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
367 float y2)
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
368 {
838
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
369 // printf("touch end with %d touches remaining\n", touchCount);
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
370
726
4f2416d519b4 moving layers, widgets and loaders to Deprecated namespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
371 std::vector<Deprecated::Touch> touches;
457
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
372 GetTouchVector(touches, touchCount, x0, y0, x1, y1, x2, y2);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
373 viewport->TouchEnd(touches);
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
374 }
3b4df9925db6 added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
Alain Mazy <alain@mazy.be>
parents: 431
diff changeset
375
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
376 void EMSCRIPTEN_KEEPALIVE ViewportKeyPressed(ViewportHandle viewport,
327
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
377 int key,
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
378 const char* keyChar,
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
379 bool isShiftPressed,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
380 bool isControlPressed,
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
381 bool isAltPressed)
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
382
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
383 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
384 OrthancStone::KeyboardModifiers modifiers = OrthancStone::KeyboardModifiers_None;
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
385 if (isShiftPressed) {
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
386 modifiers = static_cast<OrthancStone::KeyboardModifiers>(modifiers + OrthancStone::KeyboardModifiers_Shift);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
387 }
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
388 if (isControlPressed) {
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
389 modifiers = static_cast<OrthancStone::KeyboardModifiers>(modifiers + OrthancStone::KeyboardModifiers_Control);
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
390 }
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
391 if (isAltPressed) {
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
392 modifiers = static_cast<OrthancStone::KeyboardModifiers>(modifiers + OrthancStone::KeyboardModifiers_Alt);
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
393 }
327
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
394
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
395 char c = 0;
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
396 if (keyChar != NULL && key == OrthancStone::KeyboardKeys_Generic) {
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
397 c = keyChar[0];
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
398 }
8716176ff7f0 added support for arrow keys
am@osimis.io
parents: 309
diff changeset
399 viewport->KeyPressed(static_cast<OrthancStone::KeyboardKeys>(key), c, modifiers);
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
400 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
401
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
402
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
403 void EMSCRIPTEN_KEEPALIVE ViewportMouseUp(ViewportHandle viewport)
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
404 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
405 viewport->MouseUp();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
406 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
407
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
408
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
409 void EMSCRIPTEN_KEEPALIVE ViewportMouseEnter(ViewportHandle viewport)
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
410 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
411 viewport->MouseEnter();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
412 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
413
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
414
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
415 void EMSCRIPTEN_KEEPALIVE ViewportMouseLeave(ViewportHandle viewport)
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
416 {
228
210c1ce8e1a6 WasmViewport is no more a singleton
am@osimis.io
parents: 227
diff changeset
417 viewport->MouseLeave();
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
418 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
419
508
7105a0bad250 - Added HandleSerializedMessage to IStoneApplication (empty impl)
Benjamin Golinvaux <bgo@osimis.io>
parents: 458
diff changeset
420 const char* EMSCRIPTEN_KEEPALIVE SendSerializedMessageToStoneApplication(const char* message)
287
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
421 {
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
422 static std::string output; // we don't want the string to be deallocated when we return to JS code so we always use the same string (this is fine since JS is single-thread)
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
423
838
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
424 //printf("SendSerializedMessageToStoneApplication\n");
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
425 //printf("%s", message);
307
be2660b6e40a wip: commands + status update
am@osimis.io
parents: 288
diff changeset
426
be2660b6e40a wip: commands + status update
am@osimis.io
parents: 288
diff changeset
427 if (applicationWasmAdapter.get() != NULL) {
508
7105a0bad250 - Added HandleSerializedMessage to IStoneApplication (empty impl)
Benjamin Golinvaux <bgo@osimis.io>
parents: 458
diff changeset
428 applicationWasmAdapter->HandleSerializedMessageFromWeb(output, std::string(message));
287
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
429 return output.c_str();
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
430 }
838
997290c7d537 removed some logs
Alain Mazy <alain@mazy.be>
parents: 726
diff changeset
431 printf("This Stone application does not have a Web Adapter, unable to send messages");
307
be2660b6e40a wip: commands + status update
am@osimis.io
parents: 288
diff changeset
432 return NULL;
287
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
433 }
2038d76bf13f interaction with HTML/JS
am@osimis.io
parents: 278
diff changeset
434
223
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
435 #ifdef __cplusplus
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
436 }
d30a10d574ec refactoring continued - not working
am@osimis.io
parents: 222
diff changeset
437 #endif