Lots of refactoring to move the SDR-type-specific bits out of the
main code and make them optionally buildable.
This commit is contained in:
parent
bfc4b742af
commit
75b221c0e3
9 changed files with 800 additions and 500 deletions
13
sdr_rtlsdr.h
Normal file
13
sdr_rtlsdr.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef SDR_RTLSDR_H
|
||||
#define SDR_RTLSDR_H
|
||||
|
||||
// Support for DVB-T dongles in SDR mode via librtlsdr
|
||||
|
||||
void rtlsdrInitConfig();
|
||||
void rtlsdrShowHelp();
|
||||
bool rtlsdrOpen();
|
||||
void rtlsdrRun();
|
||||
void rtlsdrClose();
|
||||
bool rtlsdrHandleOption(int argc, char **argv, int *jptr);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue