GNU Radio 3.6.0 C++ API
|
Class specializing gr_flat_flowgraph that has all nodes as gr_blocks, with no hierarchy. More...
#include <gr_flat_flowgraph.h>
Public Member Functions | |
~gr_flat_flowgraph () | |
void | setup_connections () |
void | merge_connections (gr_flat_flowgraph_sptr sfg) |
void | dump () |
Static Public Member Functions | |
static gr_block_vector_t | make_block_vector (gr_basic_block_vector_t &blocks) |
Public Attributes | |
std::vector< gr_msg_connection > | msg_connections |
Friends | |
GR_CORE_API gr_flat_flowgraph_sptr | gr_make_flat_flowgraph () |
Class specializing gr_flat_flowgraph that has all nodes as gr_blocks, with no hierarchy.
gr_flat_flowgraph::~gr_flat_flowgraph | ( | ) |
void gr_flat_flowgraph::dump | ( | ) |
static gr_block_vector_t gr_flat_flowgraph::make_block_vector | ( | gr_basic_block_vector_t & | blocks | ) | [static] |
Make a vector of gr_block from a vector of gr_basic_block
void gr_flat_flowgraph::merge_connections | ( | gr_flat_flowgraph_sptr | sfg | ) |
void gr_flat_flowgraph::setup_connections | ( | ) |
GR_CORE_API gr_flat_flowgraph_sptr gr_make_flat_flowgraph | ( | ) | [friend] |