summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_source_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-5/+5
|
* 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
|
* gr-blocks: More constThomas Habets2020-01-061-1/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-32/+35
|
* blocks: Modify File Source block to work with named pipes and devices.Ron Economos2019-03-311-0/+1
| | | | | The block uses fseek and ftell, which don't apply to named pipes and character/block devices.
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-141-6/+6
|
* file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-081-5/+9
| | | | | | | - Adds unit tests, and splits existing unit tests into different files: qa_file_source.py - tests file_source_f qa_file_sink.py - tests file_sink_f qa_file_descriptor_source_sink.py - tests file_descriptor_*_f
* set_begin_tag now takes pmt::pmt instead of boolRuben Undheim2017-05-191-4/+2
|
* blocks: file_source ("file_begin" stream tag)Ruben Undheim2017-05-191-0/+9
| | | | | | - Add a configurable "file_begin" stream tag which is especially useful in repeat mode. - Added unit tests for new functionality
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | 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-1/+1
|
* block: file_source_impl missing mutex includeJosh Blum2013-01-141-0/+1
|
* blocks: apply changes to file source in core to one in gr-blocks.Tom Rondeau2012-12-111-3/+10
|
* blocks: added gr::blocks::file_sourceJohnathan Corgan2012-09-051-0/+52