23#include <gnuradio/top_block.h>
27typedef std::shared_ptr<bluetooth_top_block> bluetooth_top_block_sptr;
30class bluetooth_top_block :
public gr::top_block
33 bluetooth_top_block();
37 bluetooth_kismet_block_sptr
sink;
bluetooth_top_block_sptr bluetooth_make_top_block()
Definition bluetooth_top_block.h:31
bluetooth_kismet_block_sptr sink
Definition bluetooth_top_block.h:37
friend bluetooth_top_block_sptr bluetooth_make_top_block()