|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A notification indicating that a new channel mapping should be established. More...
#include <AddChannelMappingNotification.hpp>
Public Member Functions | |
| 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 should be mapped. | |
| void | verify_project (const Project *context) const |
| Verify that the given Project matches the intended target. | |
Public Attributes | |
| id_type | project_id |
| The ID of the Project detaining the Signal and Sensor. | |
| id_type | signal_id |
| The ID of the participating Signal. | |
| id_type | sensor_id |
| The ID of the participating Sensor. | |
A notification indicating that a new channel mapping should be established.
Definition at line 25 of file AddChannelMappingNotification.hpp.
| echomap::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 should be mapped.
| project_id | The ID of the Project detaining the Signal and Sensor. |
| signal_id | The ID of the participating Signal. |
| sensor_id | The ID of the participating Sensor. |
Definition at line 18 of file AddChannelMappingNotification.cpp.
| void echomap::AddChannelMappingNotification::verify_project | ( | const Project * | context | ) | const |
Verify that the given Project matches the intended target.
| context | The context to which the notification will apply. |
| IgnoredWarning | The notification does not apply to the given context and should be ignored. |
Definition at line 29 of file AddChannelMappingNotification.cpp.
| id_type echomap::AddChannelMappingNotification::project_id |
The ID of the Project detaining the Signal and Sensor.
Definition at line 49 of file AddChannelMappingNotification.hpp.
| id_type echomap::AddChannelMappingNotification::sensor_id |
The ID of the participating Sensor.
Definition at line 51 of file AddChannelMappingNotification.hpp.
| id_type echomap::AddChannelMappingNotification::signal_id |
The ID of the participating Signal.
Definition at line 50 of file AddChannelMappingNotification.hpp.