summaryrefslogtreecommitdiff
path: root/gr-analog/lib/squelch_base_cc_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-104/+94
|
* math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-3/+4
|
* analog: Power Squelch now emit tags on start/end of burstsMarcus Müller2015-04-231-44/+57
| | | | | | | | | | | | The block will emit a tag with the key pmt::intern("squelch_sob") with the value of pmt::PMT_NIL on the first item it passes, and with the key pmt::intern("squelch:eob") on the last item it passes. Added this to the `make` documentation. Also: made the GRC XML's defaults reflect the C++ default args. Also: indentation was mixed; unified the paragraphs I worked on.
* analog: Wrapped squelch blocks' setter methods with lockJon Szymaniak2015-03-241-0/+4
| | | | | | | | | The setter methods of squelch_base and its children have been updated to hold d_setlock to avoid races. For example, updating the CTCSS frequency parameter requires updates to three separate fft::goertzel objects, which are used during the general_work().
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-7/+7
| | | | 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-4/+4
|
* analog: adding complex squelch base class.Tom Rondeau2012-10-211-0/+140