summaryrefslogtreecommitdiff
path: root/gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-2/+2
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
| | | | | | | | | | 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.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-40/+35
|
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-131-3/+6
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig0.i gr-digital/lib/ofdm_chanest_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h gr-digital/lib/ofdm_sync_sc_cfb_impl.cc gr-digital/lib/packet_header_default.cc gr-digital/lib/packet_headerparser_b_impl.cc
| * Merge branch 'master-ofdm', fixed conflictsMartin Braun2013-05-121-3/+6
| |\
| | * digital: OFDM passes all testsMartin Braun2013-05-111-3/+6
| | |
* | | digital: moved include dir to gnuradio/digitalJohnathan Corgan2013-04-291-1/+1
| | |
* | | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|/ /
* | digital: merge from masterMartin Braun2013-04-081-1/+7
|\|
| * digital: OFDM frame equalizer now as an option to work w/o len tagMartin Braun2013-04-081-1/+7
| |
* | Merge branch 'master' into nextTom Rondeau2013-04-011-1/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py
| * docs: More and better docs for tagged stream blocks (and some childs)Martin Braun2013-04-011-1/+1
| |
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-161-0/+57
| | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
* digital: pimplified old blocksMartin Braun2013-03-171-2/+2
|
* Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-151-0/+57
Conflicts: gr-blocks/include/blocks/CMakeLists.txt