GNU Radio 3.7.1 C++ API
gr::block_registry Class Reference

#include <block_registry.h>

List of all members.

Public Member Functions

 block_registry ()
long block_register (basic_block *block)
void block_unregister (basic_block *block)
std::string register_symbolic_name (basic_block *block)
void register_symbolic_name (basic_block *block, std::string name)
basic_block_sptr block_lookup (pmt::pmt_t symbol)
void register_primitive (std::string blk, gr::block *ref)
void unregister_primitive (std::string blk)
void notify_blk (std::string blk)

Constructor & Destructor Documentation


Member Function Documentation

void gr::block_registry::notify_blk ( std::string  blk)
void gr::block_registry::register_primitive ( std::string  blk,
gr::block ref 
)
void gr::block_registry::register_symbolic_name ( basic_block block,
std::string  name 
)

The documentation for this class was generated from the following file: