Go to the source code of this file.
Classes | |
class | gr::hier_block2 |
Hierarchical container class for gr::block's and gr::hier_block2's. More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
Functions | |
GR_RUNTIME_API hier_block2_sptr | gr::make_hier_block2 (const std::string &name, gr::io_signature::sptr input_signature, gr::io_signature::sptr output_signature) |
public constructor for hier_block2 More... | |
GR_RUNTIME_API std::string | gr::dot_graph (hier_block2_sptr hierblock2) |
Return hierarchical block's flow graph represented in dot language. More... | |