summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/io
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-1813-1419/+0
| | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
* core: removed i2c, sdr1000, microtune code.Tom Rondeau2013-03-1735-2639/+0
|
* blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks.Tom Rondeau2013-03-138-993/+0
|
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-1017-1231/+0
| | | | moved all refs to gr-blocks.
* blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵Tom Rondeau2013-03-0913-1467/+0
| | | | in gr-blocks.
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-0614-935/+0
| | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* core: removed PDU related blocksJohnathan Corgan2013-02-2816-1209/+0
|
* core: removed gr_tuntap_pduJohnathan Corgan2013-02-275-252/+0
| | | | Replaced by gr::blocks:tuntap_pdu
* Merge branch 'master' into nextJohnathan Corgan2013-02-273-14/+15
|\ | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu_to_tagged_stream.cc gnuradio-core/src/lib/io/gr_tagged_stream_to_pdu.cc
| * blocks: added gr::blocks::tuntap_pduJohnathan Corgan2013-02-273-14/+15
| | | | | | | | Linux only
* | Merge branch 'master' into nextJohnathan Corgan2013-02-171-0/+1
|\|
| * core: added missing include for gruel threadJosh Blum2013-02-171-0/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2013-02-172-4/+19
|\| | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_message_debug.cc gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
| * core: fix gr_message_debug for printing PDUsJohnathan Corgan2013-02-172-4/+18
| |
| * core: cleaning warningsTim O'Shea2013-02-131-1/+1
| |
* | core: cleaning warningsTim O'Shea2013-02-131-1/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2013-02-071-5/+5
|\|
| * blocks: fix use of bare boost::mutex::scoped_lockJohnathan Corgan2013-02-071-5/+5
| | | | | | | | | | gr_file_source gr::blocks::file_source
* | Merge branch 'master' into nextJohnathan Corgan2013-01-141-0/+1
|\| | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
| * core: gr_socket_pdu missing iostreamJosh Blum2013-01-141-0/+1
| |
* | pmt: too hasty in fixing a conflict in the merge.Tom Rondeau2013-01-021-9/+9
| |
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-029-81/+81
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i
| * | gruel: updating all GR blocks that use PMTs to use new naming.Tom Rondeau2012-12-219-72/+72
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-12-205-14/+21
|\ \ \ | |/ / |/| / | |/
| * core: fixed pdu MSVC compatibility issuesNicholas Corgan2012-12-205-14/+21
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-141-1/+0
|\| | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-148-1293/+0
| |
| * core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau2012-12-144-33/+13
| | | | | | | | | | | | This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items.
| * core: Added detached header test to file metadata QA.Tom Rondeau2012-12-141-0/+2
| | | | | | | | Also adds a flush when updating the headers.
| * core: When the file meta sink is closed by user, make sure the last header ↵Tom Rondeau2012-12-141-2/+2
| | | | | | | | is properly updated.
| * core: use std::string in file metadata sink (easier to work with; matches ↵Tom Rondeau2012-12-143-14/+13
| | | | | | | | source).
| * core: updated file metadata source to support detached header files.Tom Rondeau2012-12-143-27/+43
| |
| * core: updates metadata parser: don't assume value is a float.Tom Rondeau2012-12-131-1/+1
| | | | | | | | Also fixes an error in Doxygen markup.
| * core: metadata file source parses extras header and converts data to tags.Tom Rondeau2012-12-132-2/+29
| |
| * core: updated meta data file sink to extract header metadata as tags and add ↵Tom Rondeau2012-12-132-14/+45
| | | | | | | | them to the tag stream.
| * core: forgot to remove these outputs.Tom Rondeau2012-12-131-5/+0
| |
| * core: adding a file meta source block.Tom Rondeau2012-12-135-0/+548
| | | | | | | | Right now, reads headers to get the item size and segment size. Streams data segments as correct data type out of streaming port 0. Does nothing else with meta data.
| * core: cleaning up file meta sink.Tom Rondeau2012-12-132-20/+3
| |
| * Merge branch 'master' into file_meta_dataTom Rondeau2012-12-1227-45/+1857
| |\ | | | | | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * | core: metadata file sink can set detached header.Tom Rondeau2012-12-074-70/+261
| | | | | | | | | | | | This breaks away from subclassing gr_file_sink_base since we have to keep track of two files.
| * | core: update to metadata files to grow the extras dictionary when any tag is ↵Tom Rondeau2012-12-052-32/+29
| | | | | | | | | | | | seen.
| * | core: Use sample and relative rate to update header based on num samples.Tom Rondeau2012-12-052-12/+34
| | | | | | | | | | | | When the max segment size is reached, we insert a new header. This updates the timestamp on that header based on the number of samples seen.
| * | core: Update metadata file sink to better handle tags in the right spot.Tom Rondeau2012-12-052-4/+43
| | |
| * | core: updated metadata structure to use relative header info.Tom Rondeau2012-12-041-26/+6
| | | | | | | | | | | | Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras).
| * | core: adding a max segment size to metadata files.Tom Rondeau2012-12-043-55/+84
| | | | | | | | | | | | | | | | | | Automatically generates a new header after the MSS is reached. Also adds a metadata format version number (starting at 0).
| * | core: adding ability to handle extra data in headers.Tom Rondeau2012-11-273-22/+55
| | |
| * | core: Update file_meta_sink to inject headers into data stream.Tom Rondeau2012-11-243-25/+160
| | | | | | | | | | | | When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented.
| * | core: Adding a file sink block that stores metadata with file.Tom Rondeau2012-11-215-0/+285
| | | | | | | | | | | | | | | | | | Current working version only has a single header at the top of the file. Must update to add metadata fields when changes occur. Also adding extra_header structure to store extram, users-specified info.
* | | Merge branch 'master' into nextTom Rondeau2012-12-122-9/+8
|\ \ \ | | |/ | |/|
| * | core: put the stub class in the wrong file.Tom Rondeau2012-12-122-9/+8
| | |