#include <gr_FlowGraphImpl.h>
Inheritance diagram for gr_FlowGraphImpl:

Public Member Functions | |
| gr_FlowGraphImpl () | |
| ~gr_FlowGraphImpl () | |
| bool | start () |
| void | stop () |
| void | wait () |
| bool | connect (VrSigProc *upstream, VrSigProc *downstream) |
| bool | connect (VrSigProc *upstream, int upstream_port, VrSigProc *downstream) |
| bool | isRunning () |
| VrMultiTask * | mt () |
Private Member Functions | |
| bool | add_sigproc (VrSigProc *) |
| gr_FlowGraphImpl (const gr_FlowGraphImpl &rhs) | |
Private Attributes | |
| bool | d_run |
| bool | d_has_been_started |
| omni_mutex | d_mutex |
| omni_thread * | d_thread |
| VrMultiTask * | d_mt |
| std::vector< VrSigProc * > | d_sigprocs |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Implements gr_FlowGraph.
|
|
||||||||||||
|
Implements gr_FlowGraph.
|
|
|
Implements gr_FlowGraph.
|
|
|
|
|
|
Implements gr_FlowGraph.
|
|
|
Implements gr_FlowGraph.
|
|
|
Implements gr_FlowGraph.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8