gr-baz Package
|
square2 a stream of floats. More...
#include <baz_manchester_decode_bb.h>
Public Member Functions | |
~baz_manchester_decode_bb () | |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_manchester_decode_bb_sptr | baz_make_manchester_decode_bb (bool original, int threshold, int window, bool verbose, bool show_bits) |
Return a shared_ptr to a new instance of baz_manchester_decode_bb. | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_manchester_decode_bb::~baz_manchester_decode_bb | ( | ) |
void baz_manchester_decode_bb::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int baz_manchester_decode_bb::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
friend |
Return a shared_ptr to a new instance of baz_manchester_decode_bb.
To avoid accidental use of raw pointers, baz_manchester_decode_bb's constructor is private. howto_make_square2_ff is the public interface for creating new instances.