EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
WorkerResult.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_WORKERRESULT_HPP
11#define ECHOMAP_WORKERRESULT_HPP
12
13#include <variant>
14
15#include "DFTResult.hpp"
16#include "DownsampleResult.hpp"
17#include "ErrorResult.hpp"
18#include "LoadProjectResult.hpp"
20
21namespace echomap
22{
23
28
29} // namespace echomap
30
31#endif // ECHOMAP_WORKERRESULT_HPP
DFTResult specification.
DownsampleResult specification.
ErrorResult specification.
Project-loading result specification.
LoadSignalFileResult specification.
The main EchoMap outermost namespace for all non-exported symbols.
std::variant< ErrorResult, DFTResult, DownsampleResult, LoadProjectResult, LoadSignalFileResult > WorkerResult
Issued once an ITask has completed its Worker cycle.