EchoMap
2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Toggle main menu visibility
Loading...
Searching...
No Matches
ActionController.hpp
Go to the documentation of this file.
1
9
10
#ifndef ECHOMAP_ACTIONCONTROLLER_HPP
11
#define ECHOMAP_ACTIONCONTROLLER_HPP
12
13
#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
14
#include "
JSActionController.hpp
"
15
#else
16
#include "
NativeActionController.hpp
"
17
#endif
18
19
namespace
echomap
20
{
21
22
#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
27
using
ActionController
=
JSActionController
;
28
#else
33
using
ActionController
=
NativeActionController
;
34
#endif
35
36
}
// namespace echomap
37
38
#endif
// ECHOMAP_ACTIONCONTROLLER_HPP
JSActionController.hpp
JSActionController specification.
NativeActionController.hpp
NativeActionController specification.
echomap::JSActionController
Specialisation of ActionControllerBase to service actions on a WebAssembly target (using the Emscript...
Definition
JSActionController.hpp:33
echomap::NativeActionController
Specialisation of ActionControllerBase to service actions on a native platform.
Definition
NativeActionController.hpp:26
echomap::ActionController
JSActionController ActionController
Provides an ActionControllerBase implementation alias for Emscripten targets.
Definition
ActionController.hpp:27
echomap
The main EchoMap outermost namespace for all non-exported symbols.
Definition
ActionController.hpp:20
src
actions
ActionController.hpp
Generated by
1.17.0