summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/file_meta_sink.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed file_meta_sink's signature to take unserialized pmtMarcus Müller2018-07-141-8/+11
| | | | | | | | | | For some reason, the block accepts serialized PMT from in-GNU Radio, then unserializes it, then serializes it back. All possible uses probably will prefer just passing the PMT itself. Changing the API inherently fixes the Py3-migration related std::string handling ambiguity.
* docs: fixed/modifying/adding documentation for blocks a-l.Tom Rondeau2013-11-231-7/+7
|
* blocks: fix borked global search and replaceJohnathan Corgan2013-06-091-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+112