Merged -r 5137:5174 from developer branch jcorgan/hb. Trunk passes distcheck. Conver...
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 28 Apr 2007 02:20:28 +0000 (02:20 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 28 Apr 2007 02:20:28 +0000 (02:20 +0000)
commitb26ea69676c09f5366a9e2f33b11ae5a7521ffe5
tree0641c1c25d6e827f70941e07f4611d0a2b6b83cd
parent00696b9f754338de9362932c1ecfb1e144a38786
Merged -r 5137:5174 from developer branch jcorgan/hb.  Trunk passes distcheck. Converts gr.hier_block2 API to not use 'define_component' methodology anymore.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5177 221aa14e-8319-0410-a670-987f0aec2ac5
58 files changed:
gnuradio-core/src/lib/runtime/Makefile.am
gnuradio-core/src/lib/runtime/gr_hier_block2.cc
gnuradio-core/src/lib/runtime/gr_hier_block2.h
gnuradio-core/src/lib/runtime/gr_hier_block2.i
gnuradio-core/src/lib/runtime/gr_hier_block2_detail.cc
gnuradio-core/src/lib/runtime/gr_hier_block2_detail.h
gnuradio-core/src/lib/runtime/gr_runtime.cc
gnuradio-core/src/lib/runtime/gr_runtime.h
gnuradio-core/src/lib/runtime/gr_runtime.i
gnuradio-core/src/lib/runtime/gr_runtime_impl.cc
gnuradio-core/src/lib/runtime/gr_runtime_impl.h
gnuradio-core/src/lib/runtime/gr_simple_flowgraph.cc
gnuradio-core/src/lib/runtime/gr_simple_flowgraph.h
gnuradio-core/src/lib/runtime/gr_simple_flowgraph.i [deleted file]
gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.cc
gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.h
gnuradio-core/src/lib/runtime/runtime.i
gnuradio-core/src/python/gnuradio/blksimpl2/d8psk.py
gnuradio-core/src/python/gnuradio/blksimpl2/dbpsk.py
gnuradio-core/src/python/gnuradio/blksimpl2/dqpsk.py
gnuradio-core/src/python/gnuradio/blksimpl2/gmsk.py
gnuradio-core/src/python/gnuradio/blksimpl2/pkt.py
gnuradio-core/src/python/gnuradio/gr/hier_block2.py
gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py
gnuradio-core/src/python/gnuradio/gr/qa_simple_flowgraph.py [deleted file]
gnuradio-examples/c++/dial_tone/dial_tone.cc
gnuradio-examples/python/hier/audio/dial_tone2.py
gnuradio-examples/python/hier/dect/README
gnuradio-examples/python/hier/dect/dect_receiver.py
gnuradio-examples/python/hier/dect/gmsk2.py
gnuradio-examples/python/hier/dect/usrp_source.py
gnuradio-examples/python/hier/digital/Makefile.am
gnuradio-examples/python/hier/digital/benchmark_loopback.py
gnuradio-examples/python/hier/digital/benchmark_rx.py
gnuradio-examples/python/hier/digital/benchmark_tx.py
gnuradio-examples/python/hier/digital/receive_path.py
gnuradio-examples/python/hier/digital/receive_path_lb.py
gnuradio-examples/python/hier/digital/transmit_path.py
gnuradio-examples/python/hier/digital/transmit_path_lb.py
gnuradio-examples/python/hier/networking/audio_sink.py
gnuradio-examples/python/hier/networking/audio_source.py
gnuradio-examples/python/hier/networking/dial_tone_sink.py
gnuradio-examples/python/hier/networking/dial_tone_source.py
gnuradio-examples/python/hier/networking/vector_sink.py
gnuradio-examples/python/hier/networking/vector_source.py
gnuradio-examples/python/hier/sounder/Makefile.am
gnuradio-examples/python/hier/sounder/sounder_rx.py
gnuradio-examples/python/hier/sounder/sounder_tx.py
gnuradio-examples/python/hier/sounder/usrp_sink.py
gnuradio-examples/python/hier/sounder/usrp_sounder_rx.py
gnuradio-examples/python/hier/sounder/usrp_sounder_tx.py
gnuradio-examples/python/hier/sounder/usrp_source.py
gnuradio-examples/python/hier/usrp/usrp_fft.py
gnuradio-examples/python/hier/usrp/usrp_siggen.py
gr-wxgui/src/python/fftsink2.py
gr-wxgui/src/python/scopesink2.py
gr-wxgui/src/python/stdgui2.py
gr-wxgui/src/python/waterfallsink2.py