Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
When setting, specify port first, than buffer size. This is consistent with other calls (like consume and produce).
When getting, throw an error if port is out of range.
|
|
|
|
latency effects etc
unlimited io_signatures of -1 should work correctly with this patch now
|
|
value.
|
|
|
|
|
|
|
|
|