summaryrefslogtreecommitdiff
path: root/gr-iio/python/iio/bindings/fmcomms2_source_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* iio: make fmcomms freq parameter doubleJosh Morman2021-10-281-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* iio: de-duplicate the pluto wrappersJosh Morman2021-10-131-5/+28
| | | | | | | | | | | | | The fmcomms2 source/sink were wrapped with hier blocks that were used as the basis for the pluto blocks This templatizes the fmcomms2 blocks so they can be directly used, and since the pluto block is so close to the fmcomms block, just use grc as the wrapper around it fmcomms2/pluto can also now be used as sc16 or fc32 Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* iio: Remove struct specifier (not necessary in C++, clutters a bit)Marcus Müller2021-08-021-1/+1
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* iio: clean up fmcomms2 public headersJosh Morman2021-06-041-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* iio: remove some commented codeJosh Morman2021-06-041-19/+0
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* iio: single parameter iio api for plutoJosh Morman2021-06-041-38/+20
| | | | | | | | rather than complex constructors and a catch all set_params, construct with the minimum amount of parameters and then have them individually settable Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* feature: gr-iioAdam Horden2021-06-041-0/+86
Co-authored-by: Edward Kigwana <ekigwana@scires.com> Co-authored-by: Travis Collins <travis.collins@analog.com> Signed-off-by: Adam Horden <adam.horden@horden.engineering>