GNU Radio 3.5.1 C++ API
|
#include <noaa_hrpt_decoder.h>
Public Member Functions | |
~noaa_hrpt_decoder () | |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you | |
Friends | |
NOAA_API noaa_hrpt_decoder_sptr | noaa_make_hrpt_decoder (bool verbose, bool output_files) |
noaa_hrpt_decoder::~noaa_hrpt_decoder | ( | ) |
int noaa_hrpt_decoder::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
NOAA_API noaa_hrpt_decoder_sptr noaa_make_hrpt_decoder | ( | bool | verbose, |
bool | output_files | ||
) | [friend] |