Revision e692e713
ID: e692e71305ecd71d3681fe37f3d76f350d67e276
Merge r6461:6464 from jcorgan/t162-staging into trunk.
- Final gr.top_block and gr.hier_block2 implementation inside
gnuradio-core/src/lib/runtime
- Implementation of gr.hier_block2 versions of all the old-style blocks
in blks. These live in blks2.
- Addition of gr.hier_block2 based versions of gr-wxgui blocks
- Conversion of all the example code in gnuradio-examples to use this
new code
- Conversion of all the gr-utils scripts to use the new code
The OFDM examples and related hierarchical blocks have not yet been
converted. Code in the rest of the tree that is outside the core
and example components has also not yet been converted.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
Files
- added
- modified
- copied
- renamed
- deleted
- config
- debian
- gnuradio-core
- src
- lib
- python
- gnuradio
- Makefile.am (diff)
- blks2
- blks2impl
- Makefile.am
- __init__.py
- am_demod.py
- channel_model.py
- cpm.py
- d8psk.py
- dbpsk.py
- digital_voice.py.real
- dqpsk.py
- filterbank.py
- fm_demod.py
- fm_emph.py
- gmsk.py
- nbfm_rx.py
- nbfm_tx.py
- ofdm.py
- ofdm_receiver.py
- ofdm_sync_fixed.py
- ofdm_sync_ml.py
- ofdm_sync_pn.py
- ofdm_sync_pnac.py
- pkt.py
- psk.py
- qam.py
- qam16.py
- qam256.py
- qam64.py
- qam8.py
- rational_resampler.py
- standard_squelch.py
- wfm_rcv.py
- wfm_rcv_pll.py
- wfm_tx.py
- blksimpl2
- Makefile.am
- __init__.py
- d8psk.py
- dbpsk.py
- dqpsk.py
- filterbank.py
- gmsk.py
- pkt.py
- psk.py
- rational_resampler.py
- gr
- gnuradio-examples
- python
- Makefile.am (diff)
- apps
- audio
- audio_copy.py (diff)
- audio_fft.py (diff)
- audio_play.py (diff)
- audio_to_file.py (diff)
- dial_tone.py (diff)
- mono_tone.py (diff)
- multi_tone.py (diff)
- noise.py (diff)
- spectrum_inversion.py (diff)
- test_resampler.py (diff)
- dect
- digital
- Makefile.am (diff)
- benchmark_loopback.py (diff)
- benchmark_rx.py (diff)
- benchmark_tx.py (diff)
- receive_path.py (diff)
- receive_path_lb.py (diff)
- rx_voice.py (diff)
- transmit_path.py (diff)
- transmit_path_lb.py (diff)
- tunnel.py (diff)
- tx_voice.py (diff)
- digital_voice
- hier
- Makefile.am
- audio
- Makefile.am
- dial_tone2.py
- dect
- Makefile.am
- README
- dect_receiver.py
- gmsk2.py
- usrp_dect.py
- usrp_source.py
- digital
- Makefile.am
- README
- benchmark_loopback.py
- benchmark_rx.py
- benchmark_tx.py
- fusb_options.py
- pick_bitrate.py
- receive_path.py
- receive_path_lb.py
- rx_voice.py
- transmit_path.py
- transmit_path_lb.py
- tunnel.py
- tx_voice.py
- networking
- Makefile.am
- audio_sink.py
- audio_source.py
- dial_tone_sink.py
- dial_tone_source.py
- vector_sink.py
- vector_source.py
- ofdm
- Makefile.am
- sounder
- Makefile.am
- sounder_rx.py
- sounder_tx.py
- usrp_sink.py
- usrp_sounder_rx.py
- usrp_sounder_tx.py
- usrp_source.py
- usrp
- Makefile.am
- usrp_fft.py
- usrp_siggen.py
- limbo
- network
- Makefile.am
- audio_sink.py
- audio_source.py
- dial_tone_sink.py
- dial_tone_source.py
- vector_sink.py
- vector_source.py
- networking
- Makefile.am
- measurement_slave.py
- ofdm
- usrp
- fm_tx4.py (diff)
- fm_tx_2_daughterboards.py (diff)
- max_power.py (diff)
- usrp_benchmark_usb.py (diff)
- usrp_nbfm_ptt.py (diff)
- usrp_nbfm_rcv.py (diff)
- usrp_spectrum_sense.py (diff)
- usrp_test_loop_lfsr.py (diff)
- usrp_tv_rcv.py (diff)
- usrp_tv_rcv_nogui.py (diff)
- usrp_wfm_rcv.py (diff)
- usrp_wfm_rcv2_nogui.py (diff)
- usrp_wfm_rcv_nogui.py (diff)
- usrp_wfm_rcv_pll.py (diff)
- usrp_wfm_rcv_sca.py (diff)
- usrp_wxapt_rcv.py (diff)
- gr-cvsd-vocoder
- gr-pager
- gr-utils