EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
EchoMap.cpp File Reference

EchoMap class implementation. More...

#include "EchoMap.hpp"
#include <imgui_impl_glfw.h>
#include <imgui_impl_wgpu.h>
#include <imgui_internal.h>
#include <implot.h>
#include <implot3d.h>
#include <sigc++/adaptors/bind.h>
#include "RobotoMedium.hpp"
#include "async/tasks/LoadProjectTask.hpp"
#include "errors/ConfigurationError.hpp"
#include "errors/IgnoredWarning.hpp"
#include "notifications/AllNotifications.hpp"
#include "objects/Project.hpp"
#include "objects/Sensor.hpp"
#include "objects/Signal.hpp"
#include "panels/ChannelMappingPanel.hpp"
#include "panels/MenuPanel.hpp"
#include "panels/ProjectPanel.hpp"
#include "panels/SensorGeometryPanel.hpp"
#include "panels/SignalDFTPanel.hpp"
#include "panels/SignalWaveformPanel.hpp"
#include "platform/SurfaceFactory.hpp"
#include "utility/Logger.hpp"

Go to the source code of this file.

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Detailed Description

EchoMap class implementation.

Author
Oliver Dixon
Date
2026-05-05

Definition in file EchoMap.cpp.