3#include "dsp/flowgraph/flowgraph.h"
6#include "dsp/device/dev.h"
13 class DSPFlowGraphHandler :
public Handler
16 DSPFlowGraphHandler();
17 ~DSPFlowGraphHandler();
21 std::thread flow_thread;
27 std::string
getName() {
return "Flowgraph"; }
29 std::string getID() {
return "dsp_flowgraph_handler"; }
34 std::map<std::string, ndsp::Flowgraph::NodeInternalReg> &r;
void drawMenu()
Render explorer menu left sidebar.
Definition dsp_flowgraph_handler.cpp:177
void drawContents(ImVec2 win_size)
Render explorer contents (center/left)
Definition dsp_flowgraph_handler.cpp:241
std::string getName()
Get this handler's readable name.
Definition dsp_flowgraph_handler.h:27
SatDump's handler base class.
Definition handler.h:32
Definition flowgraph.h:26
Definition dsp_flowgraph_handler.h:33