Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
Instead, using stdint.i in analog_swig.i for the data type.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- AGC
- AGC2
- Feedforward AGC
- CPFSK
- CTCSS squelch
- DPLL
|
|
|
|
|
|
|
|
|
|
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case).
|
|
Cherry-picked from a commit on 'next.' Reworked for master style.
Conflicts:
gr-digital/lib/constellation_receiver_cb_impl.cc
|
|
|
|
|
|
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls.
I am uncertain as to why this is compiling (we are not using namespace pmt),
unless there is a hidden using namespace somewhere in a global header.
But it will be good to get the code right as a general purpose example.
|
|
Techinically this include should be the tags header which
brings in the pmt *and* the tags struct definition.
This happens to be working because the struct definition
is implicitly included by the gr_block* and subclass headers.
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
|
|
|
|
|
|
|
|
|
|
streams.
|
|
|
|
Also sneaking in a new analog group for gr-analog.
|