#include <bladerf_common.h>
|
static std::vector< std::string > | devices () |
|
bladerf_common::bladerf_common |
( |
| ) |
|
virtual bladerf_common::~bladerf_common |
( |
| ) |
|
|
virtual |
static std::vector< std::string > bladerf_common::devices |
( |
| ) |
|
|
staticprotected |
double bladerf_common::get_sample_rate |
( |
bladerf_module |
module | ) |
|
|
protected |
void bladerf_common::init |
( |
dict_t & |
dict, |
|
|
bladerf_module |
module |
|
) |
| |
|
protected |
int bladerf_common::set_dc_offset |
( |
bladerf_module |
module, |
|
|
const std::complex< double > & |
offset, |
|
|
size_t |
chan |
|
) |
| |
|
protected |
int bladerf_common::set_iq_balance |
( |
bladerf_module |
module, |
|
|
const std::complex< double > & |
balance, |
|
|
size_t |
chan |
|
) |
| |
|
protected |
double bladerf_common::set_sample_rate |
( |
bladerf_module |
module, |
|
|
double |
rate |
|
) |
| |
|
protected |
bool bladerf_common::start |
( |
bladerf_module |
module | ) |
|
|
protected |
bool bladerf_common::stop |
( |
bladerf_module |
module | ) |
|
|
protected |
int16_t* bladerf_common::_conv_buf |
|
protected |
int bladerf_common::_conv_buf_size |
|
protected |
bladerf_sptr bladerf_common::_dev |
|
protected |
size_t bladerf_common::_num_buffers |
|
protected |
size_t bladerf_common::_num_transfers |
|
protected |
std::string bladerf_common::_pfx |
|
protected |
size_t bladerf_common::_samples_per_buffer |
|
protected |
unsigned int bladerf_common::_stream_timeout_ms |
|
protected |
bool bladerf_common::_xb_200_attached |
|
protected |
const int16_t bladerf_common::DCOFF_SCALE = 2048 |
|
staticprotected |
const int16_t bladerf_common::GAIN_SCALE = 4096 |
|
staticprotected |
const int16_t bladerf_common::PHASE_SCALE = 4096 |
|
staticprotected |
The documentation for this class was generated from the following file: