#include <gr_FlowGraph.h>
Inheritance diagram for gr_FlowGraph:
Public Member Functions | |
virtual | ~gr_FlowGraph () |
virtual bool | start ()=0 |
virtual void | stop ()=0 |
virtual void | wait ()=0 |
virtual bool | isRunning ()=0 |
virtual bool | connect (VrSigProc *upstream, VrSigProc *downstream)=0 |
virtual bool | connect (VrSigProc *upstream, int upstream_port, VrSigProc *downstream)=0 |
Static Public Member Functions | |
gr_FlowGraph * | make () |
class method to create concrete instance | |
Private Member Functions | |
gr_FlowGraph & | operator= (const gr_FlowGraph &rhs) |
This class replaces VrMultiTask, the CONNECT macro, and the main processing loop
|
|
|
Implemented in gr_FlowGraphImpl. |
|
Implemented in gr_FlowGraphImpl. |
|
Implemented in gr_FlowGraphImpl. |
|
class method to create concrete instance
|
|
|
|
Implemented in gr_FlowGraphImpl. |
|
Implemented in gr_FlowGraphImpl. |
|
Implemented in gr_FlowGraphImpl. |