Add a bladeRF SDR type.

This commit is contained in:
Oliver Jowett 2017-01-27 17:44:42 +00:00
parent 234beb0bc4
commit cf9e3005e8
5 changed files with 526 additions and 2 deletions

13
sdr_bladerf.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef BLADERF_H
#define BLADERF_H
// Support for the Nuand bladeRF SDR
void bladeRFInitConfig();
void bladeRFShowHelp();
bool bladeRFHandleOption(int argc, char **argv, int *jptr);
bool bladeRFOpen();
void bladeRFRun();
void bladeRFClose();
#endif