EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
NativeActionController.cpp
Go to the documentation of this file.
1
9
10#if !defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
11
13
14namespace echomap
15{
16
24
26 const std::size_t project_id,
27 const std::filesystem::path& external
28)
29{
30 std::ignore = project_id;
31 std::ignore = external;
32
34 "The NativeActionController received a request to query for VFS mappings, which are not applicable on the "
35 "native platform."
36 );
37}
38
39} // namespace echomap
40
41#endif // __EMSCRIPTEN__
NativeActionController specification.
static void select_project_file_impl()
Invokes the native function for Project File Action.
static void register_vfs_mapping_impl(std::size_t project_id, const std::filesystem::path &external)
Invokes the native function for Register VFS Mapping.
The main EchoMap outermost namespace for all non-exported symbols.