Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should solve the case of stopping the receiver,
while leaving the work thread in a live state.
It also makes set stream time work for times > timeout.
|
|
|
|
|
|
|
|
|
|
2. fix offset checking in pmt_annotator_raw
|
|
|
|
|
|
|
|
|
|
|
|
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2.
|
|
|
|
Dummy QA test needs work.
More documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alignment is properly handled.
|
|
|
|
|
|
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
|
|
|
|
|
|
|
|
|
|
* gr::blocks::add_*
* gr::blocks::add_const_*
* gr::blocks::add_const_v*
* gr::blocks::multiply_*
* gr::blocks::multiply_const_*
* gr::blocks::multiply_const_v*
Each of these has ss, ii, ff, and cc versions, for a total of
24 blocks.
|
|
Includes QA and GRC.
Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter).
|
|
Include QA and GRC.
|
|
|