|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
Queries the user for the location of an externally sourced file. More...
Classes | |
| struct | echomap::RegisterVFSMappingNotification |
| A notification to indicate a new VFS mapping from an external source. More... | |
Functions | |
| static void | echomap::ActionControllerBase< Derived >::register_vfs_mapping (const std::size_t project_id, const std::filesystem::path &external) |
| Invokes the Register VFS Mapping. | |
| EMSCRIPTEN_KEEPALIVE int | echomap_on_register_vfs_mapping (const std::size_t project_id, const char *const external, const char *const internal) noexcept |
| Services the Register VFS Mapping callback for Emscripten. | |
| static void | echomap::JSActionController::register_vfs_mapping_impl (std::size_t project_id, const std::filesystem::path &external) |
| Invokes the JS function for Register VFS Mapping. | |
| static void | echomap::NativeActionController::register_vfs_mapping_impl (std::size_t project_id, const std::filesystem::path &external) |
| Invokes the native function for Register VFS Mapping. | |
Queries the user for the location of an externally sourced file.
|
noexcept |
Services the Register VFS Mapping callback for Emscripten.
| project_id | The ID of the Project that owns the destination Signal. |
| external | The path of the external file being mapped into the VFS. |
| internal | The path of the VFS file. |
Definition at line 127 of file JSActionController.cpp.
|
inlinestatic |
Invokes the Register VFS Mapping.
| project_id | The ID of the Project that owns the destination Signal. |
| external | The path of the external file being mapped into the VFS. |
Definition at line 106 of file ActionControllerBase.hpp.
|
staticprivate |
Invokes the JS function for Register VFS Mapping.
| project_id | The ID of the Project that owns the destination Signal. |
| external | The path of the external file being mapped into the VFS. |
Definition at line 74 of file JSActionController.cpp.
|
staticprivate |
Invokes the native function for Register VFS Mapping.
| project_id | The ID of the Project that owns the destination Signal. |
| external | The path of the external file being mapped into the VFS. |
Definition at line 25 of file NativeActionController.cpp.