EchoMap
2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Toggle main menu visibility
Loading...
Searching...
No Matches
AddChannelMappingNotification.hpp
Go to the documentation of this file.
1
9
10
#ifndef ECHOMAP_ADDCHANNELMAPPINGNOTIFICATION_HPP
11
#define ECHOMAP_ADDCHANNELMAPPINGNOTIFICATION_HPP
12
13
#include "
../objects/IDAllocator.hpp
"
14
15
namespace
echomap
16
{
17
18
class
Project
;
19
25
struct
AddChannelMappingNotification
26
{
35
AddChannelMappingNotification
(
36
id_type
project_id
,
37
id_type
signal_id
,
38
id_type
sensor_id
39
);
40
47
void
verify_project
(
const
Project
* context)
const
;
48
49
id_type
project_id
;
50
id_type
signal_id
;
51
id_type
sensor_id
;
52
};
53
54
}
// namespace echomap
55
56
#endif
// ECHOMAP_ADDCHANNELMAPPINGNOTIFICATION_HPP
IDAllocator.hpp
IDAllocator specification.
echomap::Project
Definition
Project.hpp:26
echomap
The main EchoMap outermost namespace for all non-exported symbols.
Definition
ActionController.hpp:20
echomap::AddChannelMappingNotification::verify_project
void verify_project(const Project *context) const
Verify that the given Project matches the intended target.
Definition
AddChannelMappingNotification.cpp:29
echomap::AddChannelMappingNotification::AddChannelMappingNotification
AddChannelMappingNotification(id_type project_id, id_type signal_id, id_type sensor_id)
Create a new AddChannelMappingNotification to indicate that the Signal and Sensor within a Project sh...
Definition
AddChannelMappingNotification.cpp:18
echomap::AddChannelMappingNotification::project_id
id_type project_id
The ID of the Project detaining the Signal and Sensor.
Definition
AddChannelMappingNotification.hpp:49
echomap::AddChannelMappingNotification::signal_id
id_type signal_id
The ID of the participating Signal.
Definition
AddChannelMappingNotification.hpp:50
echomap::AddChannelMappingNotification::sensor_id
id_type sensor_id
The ID of the participating Sensor.
Definition
AddChannelMappingNotification.hpp:51
src
notifications
AddChannelMappingNotification.hpp
Generated by
1.17.0