EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
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__)
15#else
17#endif
18
19namespace echomap
20{
21
22#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
28#else
34#endif
35
36} // namespace echomap
37
38#endif // ECHOMAP_ACTIONCONTROLLER_HPP
JSActionController specification.
NativeActionController specification.
Specialisation of ActionControllerBase to service actions on a WebAssembly target (using the Emscript...
Specialisation of ActionControllerBase to service actions on a native platform.
JSActionController ActionController
Provides an ActionControllerBase implementation alias for Emscripten targets.
The main EchoMap outermost namespace for all non-exported symbols.