gr-baz Package
|
square2 a stream of floats. More...
#include <baz_fastrak_decoder.h>
Public Member Functions | |
~baz_fastrak_decoder () | |
void | set_sync_threshold (float threshold) |
unsigned int | last_id_count (bool reset=false) |
unsigned int | last_id () const |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_fastrak_decoder_sptr | baz_make_fastrak_decoder (int sample_rate) |
Return a shared_ptr to a new instance of baz_fastrak_decoder. More... | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr_sync_block.
baz_fastrak_decoder::~baz_fastrak_decoder | ( | ) |
|
inline |
unsigned int baz_fastrak_decoder::last_id_count | ( | bool | reset = false | ) |
void baz_fastrak_decoder::set_sync_threshold | ( | float | threshold | ) |
int baz_fastrak_decoder::work | ( | int | noutput_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_fastrak_decoder.
To avoid accidental use of raw pointers, baz_fastrak_decoder's constructor is private. baz_make_fastrak_decoder is the public interface for creating new instances.