#include <boost/thread/thread.hpp>
#include <string>
#include <vector>
#include <map>
#include <gnuradio/sync_block.h>
#include <gnuradio/msg_queue.h>
#include <pmt/pmt.h>
#include "baz_burster_config.h"
Go to the source code of this file.
|
| class | baz_burster |
| | burster a stream of floats.This uses the preferred technique: subclassing gr::sync_block. More...
|
| |
◆ baz_make_burster()
Return a shared_ptr to a new instance of baz_burster.
To avoid accidental use of raw pointers, baz_burster's constructor is private. baz_make_burster is the public interface for creating new instances.
◆ baz_burster