改链式调用

This commit is contained in:
2026-08-22 01:25:50 +08:00
parent a8f102bdb1
commit 424784f47d
6 changed files with 535 additions and 554 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "Plot.hpp"
namespace aethera::web {
// 2D
[[nodiscard]] std::shared_ptr<Plot> make_spectrum_plot(asio::any_io_executor executor);
[[nodiscard]] std::shared_ptr<Plot> make_axes_plot(asio::any_io_executor executor);
[[nodiscard]] std::shared_ptr<Plot> make_frequency_trace_plot(asio::any_io_executor executor);
@@ -10,5 +10,6 @@ namespace aethera::web {
[[nodiscard]] std::shared_ptr<Plot> make_waterfall_plot(asio::any_io_executor executor);
[[nodiscard]] std::shared_ptr<Plot> make_constellation_plot(asio::any_io_executor executor);
[[nodiscard]] std::shared_ptr<Plot> make_selection_overlay_plot(asio::any_io_executor executor);
// 3D
[[nodiscard]] std::shared_ptr<Plot> make_datoviz_point_plot(asio::any_io_executor executor);
}
+499 -524
View File
File diff suppressed because it is too large Load Diff