summaryrefslogtreecommitdiff
path: root/gr-analog/lib/sig_source_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* analog: remove deprecated freq portJosh Morman2021-04-211-17/+0
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
| | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files
* analog: signal source block accepts cmd messagesalekhgupta14412020-06-231-18/+65
| | | | | | | | | | | | | | | containing * amplitude (ampl) * frequency (freq) * offset (offset) * phase (phase) key/value pairs. Deprecates the `freq` port and adds a logging message. Adds a small GRC example.
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
| | | | | With this commit, all components except gr-qtgui use lambdas instead of `boost::bind` to register msg handlers.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-29/+61
|
* gr-analog: sig source byte support mode, added qa tests #1994Eral Tuerkyilmaz2019-04-191-1/+1
|
* analog: sig_source: Add phase parameterAdrian Suciu2018-11-151-4/+13
| | | | | | | Note: This does not include GRC bindings. Signed-off-by: Adrian Suciu <adrian.suciu@analog.com> Signed-off-by: Martin Braun <martin.braun@ettus.com>
* analog: replace gengen with C++ templatesAndrej Rode2018-08-251-0/+287