summaryrefslogtreecommitdiff
path: root/gr-iio/lib/fmcomms5_source_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* iio: iio_param_t for parameter settingJosh Morman2021-10-281-13/+13
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* iio: use make_block_sptr in makeJosh Morman2021-10-131-31/+31
| | | | Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* iio: Remove struct specifier (not necessary in C++, clutters a bit)Marcus Müller2021-08-021-3/+3
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* iio: Remove cstdio/iostream and log using GR_LOGDavid Winter2021-07-021-1/+0
| | | | | | | This commit cleans up unused headers (cstdio) and replaces all instances of std::cout and std::cerr with the corresponding GR_LOG_* invocation. Signed-off-by: David Winter <david.winter@analog.com>
* iio: remove boost::to_string usageJosh Morman2021-06-041-12/+12
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* feature: gr-iioAdam Horden2021-06-041-5/+5
| | | | | | Remove use of Boost where possible and use std. Signed-off-by: Adam Horden <adam.horden@horden.engineering>
* feature: gr-iioAdam Horden2021-06-041-0/+413
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>