5#include "common/widgets/fft_plot.h"
6#include "common/widgets/waterfall_plot.h"
9#include <nng/protocol/bus0/bus.h>
17 class WaterfallTestHandler :
public Handler
20 WaterfallTestHandler();
21 ~WaterfallTestHandler();
29 std::shared_ptr<widgets::FFTPlot> fft_plot;
30 std::shared_ptr<widgets::WaterfallPlot> waterfall_plot;
36 std::string
getName() {
return "Waterfall"; }
38 std::string getID() {
return "waterfall_test_handler"; }
SatDump's handler base class.
Definition handler.h:32
std::string getName()
Get this handler's readable name.
Definition waterfall_test.h:36
void drawMenu()
Render explorer menu left sidebar.
Definition waterfall_test.cpp:57
void drawContents(ImVec2 win_size)
Render explorer contents (center/left)
Definition waterfall_test.cpp:79