summaryrefslogtreecommitdiff
path: root/gr-analog/lib/sig_source_X_impl.cc.t
Commit message (Collapse)AuthorAgeFilesLines
* analog: replace gengen with C++ templatesAndrej Rode2018-08-251-287/+0
|
* math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-24/+25
|
* analog: Adds ability to set the sig_source frequency using a key:value pair.Tom Rondeau2016-03-081-1/+31
| | | | | | | | Uses same message structure as the UHD command and the QTGUI freq and waterfall sinks of the key:value pair where the key must be "freq". Also does proper type checking on the PMT.
* analog: added freq msg port to sig_sourceJohannes Demel2015-11-121-1/+4
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
|
* analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-1/+1
| | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau2012-10-311-0/+253