改链式调用
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user