#include <noaa_hrpt_pll_cf.h>

Public Member Functions | |
| virtual 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 | |
| void | set_alpha (float alpha) |
| void | set_beta (float beta) |
| void | set_max_offset (float max_offset) |
Friends | |
| noaa_hrpt_pll_cf_sptr | noaa_make_hrpt_pll_cf (float alpha, float beta, float max_offset) |
| void noaa_hrpt_pll_cf::set_alpha | ( | float | alpha | ) | [inline] |
| void noaa_hrpt_pll_cf::set_beta | ( | float | beta | ) | [inline] |
| void noaa_hrpt_pll_cf::set_max_offset | ( | float | max_offset | ) | [inline] |
| virtual int noaa_hrpt_pll_cf::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_hrpt_pll_cf_sptr noaa_make_hrpt_pll_cf | ( | float | alpha, | |
| float | beta, | |||
| float | max_offset | |||
| ) | [friend] |
1.6.3