dump1090/sdr_bladerf.h

14 lines
253 B
C
Raw Normal View History

2017-01-27 18:44:42 +01:00
#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