|
GNU Radio's TEST Package
|
#include <map>#include <memory>#include <mutex>#include <string>#include <vector>#include <boost/format.hpp>#include <osmosdr/ranges.h>#include <libhackrf/hackrf.h>

Go to the source code of this file.
Classes | |
| class | hackrf_common |
Macros | |
| #define | BUF_LEN (16 * 32 * 512) /* must be multiple of 512 */ |
| #define | BUF_NUM 15 |
| #define | BYTES_PER_SAMPLE 2 /* HackRF device produces/consumes 8 bit signed IQ data */ |
| #define | HACKRF_FORMAT_ERROR(ret, msg) |
| #define | HACKRF_THROW_ON_ERROR(ret, msg) |
| #define | HACKRF_FUNC_STR(func, arg) boost::str(boost::format(func "(%1%)") % arg) + " has failed" |
| #define BUF_NUM 15 |