Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
There was an bug in the get_tags_in_range impl, found incidentally.
Just a little swig + python misc changes.
|
|
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher)
empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related
most qa pass, there seems to be some additional issues, will be working through them on futher commits
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/runtime/CMakeLists.txt
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block.h
gnuradio-core/src/lib/runtime/gr_hier_block2.h
gnuradio-core/src/lib/runtime/gr_top_block.h
gnuradio-core/src/python/gnuradio/gr/__init__.py
gr-audio/examples/c++/CMakeLists.txt
gr-fcd/examples/c++/CMakeLists.txt
grc/python/Port.py
|
|
|
|
|
|
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.
|
|
Also adds a flush when updating the headers.
|
|
|
|
Also fixes an error in Doxygen markup.
|
|
Conflicts:
gr-utils/src/python/CMakeLists.txt
|
|
sent.
|
|
This duplicates a recent change made on next for the same reason:
4aec85d2facecb751ab4f83b934e56a6d59037dd
|
|
|
|
Updated qa_pdu tests to verify this.
|
|
can be retrieved afterwards.
Updated qa_pdu to use the new 'store' port for testing the resulting message.
|
|
|
|
Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras).
|
|
Automatically generates a new header after the MSS is reached.
Also adds a metadata format version number (starting at 0).
|
|
build directory.
|
|
non-stream-connected blocks still need a new thread context
|
|
|
|
This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581.
Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here.
Conflicts:
gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
|
|
|
|
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.
|
|
Also a utility script that you pass a filename to and it prints out the meta data.
|
|
|
|
Conflicts:
gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
|
|
Each unit test shares common dependencies,
but we have been neglecting to set these.
In this changeset, we set one top level GR_TEST_TARGET_DEPS,
and simply append module-specific dependencies for each test.
This also helps to fix QA tests on windows
which were missing the dependencies list.
Conflicts:
gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
|
|
This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
|
|
|
|
|
|
|
|
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing
changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
|
|
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
|
|
This block is meant to help debug applications that use stream tags.
|
|
|
|
added python QA code
reversed bit ordering to match gr_pack_k_bits
gr_keep_m_in_n:
added python QA code
switched block to operate on individual items as itemsize instead of vectors
updated GRC to match
|
|
|
|
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition
digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes
Cleanup of incorrect forecast behavior
Make the flag port optional, incase external preamble triggers are preferred to in-band
gr_vector_source: added set_data( data ) and rewind() public methods
gr_head: added set_length(int) method to modify head length
New Blocks Added:
gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n)
gr_pack_k_bits: Complementary block fo gr_unpack_k_bits
gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
|
|
|
|
|
|
|
|
|
|
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
|
|
|