GNU Radio's OsmoSDR Package
|
#include <vector>
#include <string>
#include <boost/circular_buffer.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <gnuradio/gr_complex.h>
#include <libbladeRF.h>
#include "osmosdr/ranges.h"
Go to the source code of this file.
Classes | |
class | bladerf_common |
Macros | |
#define | BLADERF_SAMPLE_BLOCK_SIZE (1024) |
#define | BLADERF_SAMPLE_FIFO_SIZE (2 * 1024 * 1024) |
#define | BLADERF_SAMPLE_FIFO_MIN_SIZE (3 * BLADERF_SAMPLE_BLOCK_SIZE) |
#define BLADERF_SAMPLE_BLOCK_SIZE (1024) |
#define BLADERF_SAMPLE_FIFO_MIN_SIZE (3 * BLADERF_SAMPLE_BLOCK_SIZE) |
#define BLADERF_SAMPLE_FIFO_SIZE (2 * 1024 * 1024) |