#include <fdm_source_c_impl.h>
|
| | fdm_source_c_impl (long LOfreq, int filter, int atten, char *serial, int resampling) |
| |
| | ~fdm_source_c_impl () |
| |
| void | fdm_cb_in (struct libusb_transfer *transfer) |
| |
| bool | start () |
| |
| bool | stop () |
| |
| void | calc_delay (long dSampleRate) |
| |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| |
| void | set_filter (long freq, int filter, int atten) |
| |
| void | set_atten (long freq, int filter, int atten) |
| |
| void | set_FREQ (long LOfreq) |
| | Return a shared_ptr to a new instance of elad::fdm_source_c. More...
|
| |
|
| typedef boost::shared_ptr< fdm_source_c > | sptr |
| |
| static sptr | make (long LOfreq, int filter, int atten, char *serial, int resampling) |
| |
◆ fdm_source_c_impl()
| gr::elad::fdm_source_c_impl::fdm_source_c_impl |
( |
long |
LOfreq, |
|
|
int |
filter, |
|
|
int |
atten, |
|
|
char * |
serial, |
|
|
int |
resampling |
|
) |
| |
◆ ~fdm_source_c_impl()
| gr::elad::fdm_source_c_impl::~fdm_source_c_impl |
( |
| ) |
|
◆ calc_delay()
| void gr::elad::fdm_source_c_impl::calc_delay |
( |
long |
dSampleRate | ) |
|
◆ fdm_cb_in()
| void gr::elad::fdm_source_c_impl::fdm_cb_in |
( |
struct libusb_transfer * |
transfer | ) |
|
◆ set_atten()
| void gr::elad::fdm_source_c_impl::set_atten |
( |
long |
freq, |
|
|
int |
filter, |
|
|
int |
atten |
|
) |
| |
|
virtual |
◆ set_filter()
| void gr::elad::fdm_source_c_impl::set_filter |
( |
long |
freq, |
|
|
int |
filter, |
|
|
int |
atten |
|
) |
| |
|
virtual |
◆ set_FREQ()
| void gr::elad::fdm_source_c_impl::set_FREQ |
( |
long |
LOfreq | ) |
|
|
virtual |
◆ start()
| bool gr::elad::fdm_source_c_impl::start |
( |
| ) |
|
◆ stop()
| bool gr::elad::fdm_source_c_impl::stop |
( |
| ) |
|
◆ work()
| int gr::elad::fdm_source_c_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ d_atten
| int gr::elad::fdm_source_c_impl::d_atten |
◆ d_filter
| int gr::elad::fdm_source_c_impl::d_filter |
◆ d_LOfreq
| long gr::elad::fdm_source_c_impl::d_LOfreq |
The documentation for this class was generated from the following file: