gr-baz Package
|
acars a stream of floats. More...
#include <baz_acars_decoder.h>
Public Member Functions | |
~baz_acars_decoder () | |
void | set_preamble_threshold (int threshold) |
void | set_frequency (float frequency) |
void | set_station_name (const char *station_name) |
int | preamble_threshold () const |
float | frequency () const |
const char * | station_name () const |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
baz_acars_decoder_sptr | baz_make_acars_decoder (gr::msg_queue::sptr msgq) |
Return a shared_ptr to a new instance of baz_acars_decoder. | |
acars a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_acars_decoder::~baz_acars_decoder | ( | ) |
|
inline |
|
inline |
void baz_acars_decoder::set_frequency | ( | float | frequency | ) |
void baz_acars_decoder::set_preamble_threshold | ( | int | threshold | ) |
void baz_acars_decoder::set_station_name | ( | const char * | station_name | ) |
|
inline |
int baz_acars_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_acars_decoder.
To avoid accidental use of raw pointers, baz_acars_decoder's constructor is private. baz_acars_decoder is the public interface for creating new instances.