EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
CompleteProjectLoadNotification.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_COMPLETEPROJECTLOADNOTIFICATION_HPP
11#define ECHOMAP_COMPLETEPROJECTLOADNOTIFICATION_HPP
12
13#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
14
16
17namespace echomap
18{
19
20class PartialProject;
21
31{
38
45 void verify_project(const PartialProject* context) const;
46
47 id_type project_id;
48};
49
50} // namespace echomap
51
52#endif // __EMSCRIPTEN__
53
54#endif // ECHOMAP_COMPLETEPROJECTLOADNOTIFICATION_HPP
IDAllocator specification.
A Project with semantics for expressing an incomplete set of owned Signal objects.
The main EchoMap outermost namespace for all non-exported symbols.
CompleteProjectLoadNotification(id_type project_id)
Create a CompleteProjectLoadNotification to indicate that the referenced Project is ready to be loade...
void verify_project(const PartialProject *context) const
Verify that the given Project matches the intended target.
id_type project_id
The ID of the Project to be loaded.