aboutsummaryrefslogtreecommitdiffstats
path: root/lib/file
AgeCommit message (Expand)AuthorFilesLines
2014-03-10file: expose seek function in public APIDimitri Stolnikov2-7/+14
2013-12-10device: implement "nofake" hint to exclude dummy devices from discoveryDimitri Stolnikov2-6/+9
2013-12-05file: add missing include for boost::formatDimitri Stolnikov1-0/+1
2013-10-20file: allow changing the sample rate when throttle=trueDimitri Stolnikov2-8/+24
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov2-3/+3
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov3-14/+15
2013-04-30file: update returned gain and frequency rangesDimitri Stolnikov1-6/+2
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov1-6/+2
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov1-1/+3
2013-02-16remove unused self()Dimitri Stolnikov2-7/+0
2013-02-16remove gain_mode getter/setter where not usedDimitri Stolnikov2-12/+0
2013-01-20file: set repeat and throttle device args to true by defaultDimitri Stolnikov1-5/+5
2013-01-10file: add get_devices member which returns a default deviceDimitri Stolnikov2-1/+14
2012-05-17change gain mode argument to 'automatic' for clarityDimitri Stolnikov2-2/+2
2012-05-05add api for manual gain mode controlDimitri Stolnikov2-0/+12
2012-04-29file: initial file source supportDimitri Stolnikov3-0/+324