aboutsummaryrefslogtreecommitdiffstats
path: root/lib/soapy/soapy_sink_c.cc
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith1-6/+6
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith1-2/+2
2017-04-21soapy - correct constant for frequency correctionsoapy_supportJosh Blum1-2/+2
2017-04-18soapy: support set/getFrequencyCorrection() APIJosh Blum1-0/+8
2017-04-18soapy: support newer getSampleRateRange() API callJosh Blum1-0/+7
2017-04-18soapy - check for freq corr before invokingJosh Blum1-2/+12
2017-02-02soapy: support step size in gain rangesJosh Blum1-9/+4
2016-06-22soapy: support newer getBandwidthRange() API callJosh Blum1-0/+8
2016-06-07soapy: provide default gain range stepJosh Blum1-2/+2
2016-06-07soapy: support automatic bandwidth paramJosh Blum1-1/+4
2015-02-24soapy: make use of per component freq apiJosh Blum1-3/+1
2015-02-17soapy: ordering of elements for bb/if gainJosh Blum1-4/+4
2015-02-16soapy: start/stop hooks should use de/activate return codeJosh Blum1-20/+2
2015-02-16soapy: fixes from last commit w/ field testJosh Blum1-4/+6
2015-02-15soapy: filled in the source and sink implementationJosh Blum1-54/+140
2015-02-15soapy: began work on soapy sdr supportJosh Blum1-0/+293