aboutsummaryrefslogtreecommitdiffstats
path: root/lib/file
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10device: implement "nofake" hint to exclude dummy devices from discoveryDimitri Stolnikov2-6/+9
usage example: osmosdr::device_t hint( "nofake" ); osmosdr::devices_t devs = osmosdr::device::find( hint );
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
this is dangerous from signal processing perspective and should be used with caution.
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov2-3/+3
- the namespace conversion adopts the common gnuradio coding guidelines - suffix removal is a preparation to support 8/16 bit complex data types
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
Example: file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true