summaryrefslogtreecommitdiff
path: root/gr-digital/lib/probe_mpsk_snr_est_c_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-5/+5
| | | | | | Also, clean up includes Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* digital/probe_mpsk_snr_est: Remove manual memory managementThomas Habets2020-08-141-31/+24
|
* 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
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Fix all formatting issuesMartin Braun2020-01-101-10/+5
| | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition.
* Remove newlines from exception messagesThomas Habets2020-01-011-6/+6
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-158/+141
|
* digital: adding output message ports for MPSK SNR probe block. Can be used ↵Tom Rondeau2014-08-291-7/+43
| | | | to feed back SNR information to other blocks.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
|
* gruel: updating all GR blocks that use PMTs to use new naming.Tom Rondeau2012-12-211-1/+1
|
* digital: converted mpsk snr and probes to new style.Tom Rondeau2012-08-141-0/+157