gr-baz Package
|
#include <rtl2832.h>
Public Attributes | |
uint16_t | vid |
uint16_t | pid |
bool | verbose |
int | default_timeout |
log_sink * | message_output |
bool | use_custom_fir_coefficients |
uint8_t | fir_coeff [RTL2832_FIR_COEFF_COUNT] |
tuner::PPARAMS | tuner_params |
uint32_t | crystal_frequency |
char | tuner_name [RTL2832_TUNER_NAME_LEN] |
uint32_t RTL2832_NAMESPACE::demod::params::crystal_frequency |
Referenced by baz_rtl_source_c::set_crystal_frequency().
int RTL2832_NAMESPACE::demod::params::default_timeout |
Referenced by baz_rtl_source_c::set_default_timeout().
uint8_t RTL2832_NAMESPACE::demod::params::fir_coeff[RTL2832_FIR_COEFF_COUNT] |
Referenced by baz_rtl_source_c::set_fir_coefficients().
log_sink* RTL2832_NAMESPACE::demod::params::message_output |
uint16_t RTL2832_NAMESPACE::demod::params::pid |
Referenced by baz_rtl_source_c::set_pid().
char RTL2832_NAMESPACE::demod::params::tuner_name[RTL2832_TUNER_NAME_LEN] |
Referenced by baz_rtl_source_c::set_tuner_name().
tuner::PPARAMS RTL2832_NAMESPACE::demod::params::tuner_params |
bool RTL2832_NAMESPACE::demod::params::use_custom_fir_coefficients |
Referenced by baz_rtl_source_c::set_fir_coefficients().
bool RTL2832_NAMESPACE::demod::params::verbose |
uint16_t RTL2832_NAMESPACE::demod::params::vid |
Referenced by baz_rtl_source_c::set_vid().