EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
CancelProjectLoadNotification.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_CANCELPROJECTLOADNOTIFICATION_HPP
11#define ECHOMAP_CANCELPROJECTLOADNOTIFICATION_HPP
12
14
15namespace echomap
16{
17
18class PartialProject;
19
26{
33
40 void verify_project(const PartialProject* context) const;
41
42 id_type project_id;
43};
44
45} // namespace echomap
46
47#endif // ECHOMAP_CANCELPROJECTLOADNOTIFICATION_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.
id_type project_id
The ID of the partially loaded Project to cancel.
void verify_project(const PartialProject *context) const
Verify that the given Project matches the intended target.
CancelProjectLoadNotification(id_type project_id)
Create a new CancelProjectLoadNotification to indicate that the identified Project should be cancelle...