summaryrefslogtreecommitdiff
path: root/gr-digital/lib/pfb_clock_sync_fff_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-19/+19
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-3/+3
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* digital/pfb_clock_sync: Remove manual memory management and pointersThomas Habets2020-08-141-3/+4
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-digital: Add more constThomas Habets2020-01-061-1/+1
|
* digital: pfb clock sync: Remove deprecated set_taps() API callMartin Braun2020-01-061-4/+4
| | | | | | | This API call was deprecated a long time ago and contained a warning that it will be removed, so we're now being true to our promise. This also fixes a compiler error in SWIG *if* you have old headers installed that SWIG will find (instead of the ones in the source tree).
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-84/+82
|
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+0
|
* digital: addresses issue #890.Tom Rondeau2016-02-021-0/+3
| | | | | | | The set_taps was redone a while ago to better handle the differential taps as well as the normal ones, but this made externally resetting them impossible. Adding a new update_taps function to properly handle this case so as to not change the API. We should fix this in 3.8.
* digital: improved handling of data using forecast function in the ↵Tom Rondeau2013-10-291-0/+2
| | | | pfb_clock_sync.
* digital: moved include dir to gnuradio/digitalJohnathan Corgan2013-04-291-1/+1
|
* digital: fixed up documentation and default values of digital blocks.Tom Rondeau2012-08-221-3/+3
|
* digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-121-0/+112