29 bool deviceRunning =
false;
31 std::vector<ndsp::DeviceInfo> foundDevices;
33 std::shared_ptr<ndsp::DeviceBlock> dev;
36 std::shared_ptr<ndsp::SplitterBlock<complex_t>> splitter;
38 std::shared_ptr<ndsp::FFTPanBlock> fftp;
40 std::shared_ptr<widgets::FFTPlot> fft_plot;
41 std::shared_ptr<widgets::WaterfallPlot> waterfall_plot;
44 bool const_present =
false;
45 std::shared_ptr<ndsp::ConstellationDisplayBlock> const_disp;
47 bool recording =
false;
49 std::shared_ptr<ndsp::IQSinkBlock> iq_sink;
57 std::string
getName() {
return "NewRec TODOREWORK"; }
59 std::string getID() {
return "newrec_test_handler"; }