debian/gnuradio
14 years agoMerged branch 'msg-passing' from http://gnuradio.org/git/eb.git
Johnathan Corgan [Sat, 15 Aug 2009 16:28:54 +0000 (09:28 -0700)]
Merged branch 'msg-passing' from gnuradio.org/git/eb.git

This is work in progress on the message passing implementation.

Passes distcheck.

Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
14 years agopmt_write now displays vector and tuple elements.
Eric Blossom [Sat, 15 Aug 2009 08:45:52 +0000 (01:45 -0700)]
pmt_write now displays vector and tuple elements.

14 years agoAdditional QA for tuple.
Eric Blossom [Sat, 15 Aug 2009 08:02:15 +0000 (01:02 -0700)]
Additional QA for tuple.

14 years agoAdded most of the support for a new PMT type: tuple.
Eric Blossom [Sat, 15 Aug 2009 01:53:35 +0000 (18:53 -0700)]
Added most of the support for a new PMT type: tuple.

More QA code coming soon.

14 years agoApplied patch c1258.diff from Stephan Bruns (ticket:359)
Johnathan Corgan [Fri, 14 Aug 2009 21:04:11 +0000 (14:04 -0700)]
Applied patch c1258.diff from Stephan Bruns (ticket:359)

This patch changes pmt_t to use boost intrusive pointers.

Patch was modified to apply to new pmt location since the
original patch was created, and add missing include file.

Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
14 years agoAdded missing .gitignore
Johnathan Corgan [Fri, 14 Aug 2009 20:05:48 +0000 (13:05 -0700)]
Added missing .gitignore

14 years agoAdded git ignore files auto created from svn:ignore properties.
git [Fri, 14 Aug 2009 18:10:11 +0000 (18:10 +0000)]
Added git ignore files auto created from svn:ignore properties.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRefactored gr_msg_accepter and gr_tpd_thread_body.
Eric Blossom [Fri, 14 Aug 2009 04:50:06 +0000 (21:50 -0700)]
Refactored gr_msg_accepter and gr_tpd_thread_body.

Redirected gr_msg_accepter::post into gr_block::_post based on dynamic cast.

14 years agoThread-per-block loop now checks and dequeues messages to handle_msg.
Johnathan Corgan [Tue, 4 Aug 2009 20:17:18 +0000 (13:17 -0700)]
Thread-per-block loop now checks and dequeues messages to handle_msg.

14 years agoNotify derived class when post()ed
Johnathan Corgan [Tue, 4 Aug 2009 17:22:15 +0000 (10:22 -0700)]
Notify derived class when post()ed

14 years agoAdded gr_msg_accepter class.
Johnathan Corgan [Sat, 1 Aug 2009 16:43:02 +0000 (09:43 -0700)]
Added gr_msg_accepter class.

gr_msg_accepter derives from gruel::msg_accepter_msgq and will
implement in its post() a notification of the destination block
thread that a message is pending.

Passes distcheck.

14 years agoAdded git ignore files auto created from svn:ignore properties.
git repository hosting [Fri, 14 Aug 2009 04:26:53 +0000 (22:26 -0600)]
Added git ignore files auto created from svn:ignore properties.

14 years agoMerging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank...
trondeau [Wed, 12 Aug 2009 03:39:03 +0000 (03:39 +0000)]
Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdding function to be able to set the size of the points in the constellation plot.
trondeau [Tue, 11 Aug 2009 22:11:33 +0000 (22:11 +0000)]
Adding function to be able to set the size of the points in the constellation plot.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11573 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoCleaning up Qt code. This mostly reformats the code to be more consistent with our...
trondeau [Tue, 11 Aug 2009 22:02:56 +0000 (22:02 +0000)]
Cleaning up Qt code. This mostly reformats the code to be more consistent with our style. It also changes the layout to use Qt layouts for proper resizing of the GUI. Only the QwtPlots need to be resized manually.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11572 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoTest check-in 2, ignore.
jcorgan [Tue, 11 Aug 2009 06:33:38 +0000 (06:33 +0000)]
Test check-in 2, ignore.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11568 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoTest check-in, ignore.
jcorgan [Tue, 11 Aug 2009 06:29:26 +0000 (06:29 +0000)]
Test check-in, ignore.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11567 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoSignificantly improved performance of the Qt Gui sinks. This removes a number of...
trondeau [Mon, 10 Aug 2009 02:07:55 +0000 (02:07 +0000)]
Significantly improved performance of the Qt Gui sinks. This removes a number of redundant loops and memcopies by combining operations and reduces the CPU load greatly to run much more smoothly.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11559 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agohowto: adds --disable-python option to gr-howto-write-a-block example.
jcorgan [Thu, 6 Aug 2009 23:21:40 +0000 (23:21 +0000)]
howto: adds --disable-python option to gr-howto-write-a-block example.

Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11542 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdds constructor for gr.message_source that takes existing msgq.
jcorgan [Thu, 6 Aug 2009 23:21:38 +0000 (23:21 +0000)]
Adds constructor for gr.message_source that takes existing msgq.

A gr.message_source object can now be created in one of two ways:

blk = gr.message_source(itemsize, limit)

msgq = gr.msg_queue(limit)
blk = gr.message_source(itemsize, msgq)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11541 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, and adds...
trondeau [Wed, 5 Aug 2009 01:36:09 +0000 (01:36 +0000)]
Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, and adds BPF (real).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11537 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMade libusrp2 min and max samples even number.
jcorgan [Sun, 2 Aug 2009 15:45:12 +0000 (15:45 +0000)]
Made libusrp2 min and max samples even number.

This forces an even number of samples in the min or max case,
preserving the alignment of interleaved samples in the face
of RX overruns or TX underruns.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11526 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11500:11506 from features/msg-passing into trunk. Work-in-progress, passes...
jcorgan [Sat, 1 Aug 2009 14:56:28 +0000 (14:56 +0000)]
Merged r11500:11506 from features/msg-passing into trunk.  Work-in-progress, passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11524 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFixing bug in setting SNR
trondeau [Fri, 31 Jul 2009 01:47:20 +0000 (01:47 +0000)]
Fixing bug in setting SNR

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11523 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdd custom FPGA build.
jcorgan [Thu, 30 Jul 2009 21:54:38 +0000 (21:54 +0000)]
Add custom FPGA build.

This is a custom build for USRP2 FPGA.  It allows using a BasicRX or
LFRX board and feed two independent, real signals.  In addition, instead
of the CIC/HB decimator, which optimizes frequency response, it uses an
integrate and dump decimator, which optimizes for time-domain impulse
response.

These changes have been made in dsp_core_rx.v:

* A second DDC has been added, sharing a frequency register with
  the existing DDC.

* The output of the two DDCs are interleaved as I1 Q1 I2 Q2I ...
  into the receive FIFO.  This limits the host configured decimation
  to 8 intead of 4.  Use gr.deinterleave to recover the streams.

* The ADCs are hardcoded:

  RX_A ==>  DDC #1 I-input
     0 ==>  DDC #1 Q-input
  RX_B ==>  DDC #2 I-input
     0 ==>  DDC #2 Q-input

  Thus, the input mux has been disabled.

* The CIC/HB decimator has been replaced by an integrate and dump at
  the decimation rate.

* To assist with meeting timing, the external RAM has been disabled.

The basic application is to coherently sample two real IF streams and
downconvert to baseband, while minimizing the impulse response duration
of the resampling filters.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11519 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agogr_not xml fix: only one input for not
jblum [Wed, 29 Jul 2009 22:23:41 +0000 (22:23 +0000)]
gr_not xml fix: only one input for not

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11516 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk...
jcorgan [Tue, 28 Jul 2009 23:01:46 +0000 (23:01 +0000)]
Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk.  This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoCleanup stray PMT reference.
jcorgan [Tue, 28 Jul 2009 03:55:41 +0000 (03:55 +0000)]
Cleanup stray PMT reference.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11511 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix for test_pmt when using --with-boost=<foo>
eb [Mon, 27 Jul 2009 04:09:21 +0000 (04:09 +0000)]
Fix for test_pmt when using --with-boost=<foo>

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11504 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoInitialized merge tracking to current revision
jcorgan [Sun, 26 Jul 2009 20:22:20 +0000 (20:22 +0000)]
Initialized merge tracking to current revision

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11498 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoReset mergeinfo properties for files.
jcorgan [Sun, 26 Jul 2009 20:15:05 +0000 (20:15 +0000)]
Reset mergeinfo properties for files.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11497 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoReset mergeinfo properties
jcorgan [Sun, 26 Jul 2009 20:13:01 +0000 (20:13 +0000)]
Reset mergeinfo properties

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11496 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11491:11494 from jcorgan/pmt into trunk.
jcorgan [Sun, 26 Jul 2009 20:01:02 +0000 (20:01 +0000)]
Merged r11491:11494 from jcorgan/pmt into trunk.

Moves pmt types functions into pmt:: from gruel::

Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11495 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoUpdate omnithread linking.
jcorgan [Sat, 25 Jul 2009 18:06:44 +0000 (18:06 +0000)]
Update omnithread linking.

Moved link against omnithread from gnuradio-core to those components
still using it (and were depending on pulling omnithread in that way).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11488 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerge r11462:11485 from jcorgan/omni into trunk.
jcorgan [Sat, 25 Jul 2009 17:39:00 +0000 (17:39 +0000)]
Merge r11462:11485 from jcorgan/omni into trunk.

Removes dependency on omnithreads from gnuradio-core.

Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11486 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRename binary to be more descriptive.
jcorgan [Sat, 25 Jul 2009 14:55:06 +0000 (14:55 +0000)]
Rename binary to be more descriptive.

gnuradio --> gnuradio-config-info

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11475 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix for 'make check' on OSX and Windows; corrects USRP/2 library path.
michaelld [Wed, 22 Jul 2009 19:08:18 +0000 (19:08 +0000)]
Fix for 'make check' on OSX and Windows; corrects USRP/2 library path.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11471 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agolast changes here to gr_fmdet until pfb trondeau pfb branch is folded in
n4hy [Mon, 20 Jul 2009 18:47:24 +0000 (18:47 +0000)]
last changes here to gr_fmdet until pfb trondeau pfb branch is folded in

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11464 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoclean up of fmdet and addition of new slope vector. We will extend range to Fs ...
n4hy [Mon, 20 Jul 2009 16:57:57 +0000 (16:57 +0000)]
clean up of fmdet and addition of new slope vector.  We will extend range to Fs * [-.4,.4] and use SSE for computation using fir_ccf with new larger vector in final version

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11463 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.
jcorgan [Mon, 20 Jul 2009 03:47:14 +0000 (03:47 +0000)]
Merged r11452:11459 from jcorgan/pmt-gruel into trunk.  Trunk passes distcheck.

* Merges libpmt into libgruel

* Modifies libmblock to use libgruel

gruel::pmt_t will be the fundamental msg content for the new message passing
implemention for 3.3.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdd missing dependency
jcorgan [Sat, 18 Jul 2009 03:08:46 +0000 (03:08 +0000)]
Add missing dependency

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11454 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdding a check box to cancel DC offset
trondeau [Fri, 17 Jul 2009 02:25:57 +0000 (02:25 +0000)]
Adding a check box to cancel DC offset

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11451 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agofixed fft reording
jblum [Fri, 17 Jul 2009 00:36:11 +0000 (00:36 +0000)]
fixed fft reording

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11450 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoTemporary workaround (until VRT) to stop submitting short packets to libusrp2 tx_raw().
jcorgan [Thu, 16 Jul 2009 17:44:03 +0000 (17:44 +0000)]
Temporary workaround (until VRT) to stop submitting short packets to libusrp2 tx_raw().

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11449 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoThere is no y per div, but there is a dynamic range.
jblum [Thu, 16 Jul 2009 05:06:00 +0000 (05:06 +0000)]
There is no y per div, but there is a dynamic range.
Added **kwargs to nongl for backwards compadibility.
Updated todo.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11448 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agowip
jcorgan [Wed, 15 Jul 2009 18:34:53 +0000 (18:34 +0000)]
wip

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11447 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoPackaging update for r11444
jcorgan [Wed, 15 Jul 2009 03:15:23 +0000 (03:15 +0000)]
Packaging update for r11444

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11446 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agorevert 11442 until I find a fix for boost 1.37
eb [Wed, 15 Jul 2009 02:47:58 +0000 (02:47 +0000)]
revert 11442 until I find a fix for boost 1.37

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11445 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRemoved pmt dependency on omnithreads, now dependent on boost::threads
eb [Wed, 15 Jul 2009 02:39:28 +0000 (02:39 +0000)]
Removed pmt dependency on omnithreads, now dependent on boost::threads

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11444 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoapplied patch from ticket:358
eb [Wed, 15 Jul 2009 01:49:14 +0000 (01:49 +0000)]
applied patch from ticket:358

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agopmt performance improvement: Switch from shared_ptr to intrusive_ptr
eb [Wed, 15 Jul 2009 01:33:49 +0000 (01:33 +0000)]
pmt performance improvement: Switch from shared_ptr to intrusive_ptr
for pmt_t (c1258 from Stefan BrĂ¼ns).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11442 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agopmt perf improvements: Make function arguments const & (c1257, c1260
eb [Wed, 15 Jul 2009 01:28:39 +0000 (01:28 +0000)]
pmt perf improvements: Make function arguments const & (c1257, c1260
from Stefan BrĂ¼ns)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11439 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdd some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan BrĂ¼ns)
eb [Wed, 15 Jul 2009 01:23:38 +0000 (01:23 +0000)]
Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan BrĂ¼ns)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11438 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agopmt performance improvement: avoid some double type casting (c1256
eb [Wed, 15 Jul 2009 01:21:59 +0000 (01:21 +0000)]
pmt performance improvement: avoid some double type casting (c1256
from Stefan BrĂ¼ns)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11437 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMinor optimation, assume well formed list as common case (c1255 from Stefan BrĂ¼ns)
eb [Wed, 15 Jul 2009 01:18:56 +0000 (01:18 +0000)]
Minor optimation, assume well formed list as common case (c1255 from Stefan BrĂ¼ns)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11436 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRevert erroneous file included in r11424
jcorgan [Tue, 14 Jul 2009 17:21:04 +0000 (17:21 +0000)]
Revert erroneous file included in r11424

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11425 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoReorganization of debian package directory
jcorgan [Tue, 14 Jul 2009 17:17:45 +0000 (17:17 +0000)]
Reorganization of debian package directory

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11424 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agomake use of gr.version()
jblum [Sat, 11 Jul 2009 22:10:25 +0000 (22:10 +0000)]
make use of gr.version()

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoCleanup.
jcorgan [Sat, 11 Jul 2009 17:52:31 +0000 (17:52 +0000)]
Cleanup.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11419 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoImplements ticket:401 and ticket:402.
jcorgan [Sat, 11 Jul 2009 02:34:31 +0000 (02:34 +0000)]
Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();
const std::string gr_build_date();
const std::string gr_svn_date();
const std::string gr_svn_version();
const std::string gr_version();

From Python:

gr.prefix()
gr.sysconfdir()
gr.prefsdir()
gr.build_date()
gr.svn_date()
gr.svn_version()
gr.version()

The new binary is 'gnuradio' and installed on the path:

$ gnuradio
Program options: gnuradio [options]:
  -h [ --help ]         print help message
  --prefix              print gnuradio installation prefix
  --sysconfdir          print gnuradio system configuration directory
  --prefsdir            print gnuradio preferences directory
  --builddate           print gnuradio build date (RFC2822 format)
  -v [ --version ]      print gnuradio version
  --svnversion          print SVN repository version (SVN format)
  --svndate             print SVN repository date
$

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11418 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11397:11413 from balister/arm-configure into trunk. Trunk passes distcheck.
jcorgan [Fri, 10 Jul 2009 21:58:23 +0000 (21:58 +0000)]
Merged r11397:11413 from balister/arm-configure into trunk.  Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11416 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMake trunk packages use revision number in version.
jcorgan [Fri, 10 Jul 2009 02:04:04 +0000 (02:04 +0000)]
Make trunk packages use revision number in version.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix missing files from package generation
jcorgan [Fri, 10 Jul 2009 01:27:01 +0000 (01:27 +0000)]
Fix missing files from package generation

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11408 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRefactor msgq thread classes to use gru.msgq_runner
jcorgan [Fri, 10 Jul 2009 01:26:37 +0000 (01:26 +0000)]
Refactor msgq thread classes to use gru.msgq_runner

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11407 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, rx_voice...
jcorgan [Fri, 10 Jul 2009 00:36:36 +0000 (00:36 +0000)]
Merged r11401:11405 from jblum/digital into trunk.  Restores tunnel.py, rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdds generic msgq runner convenience class.
jcorgan [Thu, 9 Jul 2009 16:45:11 +0000 (16:45 +0000)]
Adds generic msgq runner convenience class.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11398 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdd missed revision to last check-in
jcorgan [Thu, 9 Jul 2009 03:09:30 +0000 (03:09 +0000)]
Add missed revision to last check-in

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11395 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11377:11390 from jcorgan/usrp-headers in to trunk.
jcorgan [Thu, 9 Jul 2009 02:55:51 +0000 (02:55 +0000)]
Merged r11377:11390 from jcorgan/usrp-headers in to trunk.

* Public USRP(1) header files are now in their own source directory
  and install into $(includedir)/usrp.  This was done to avoid name
  clashes in the top-level include directory.

  Only users who are developing directly to libusrp in C++ are
  affected; the GNU Radio C++ and Python APIs are unchanged.

  The simple change required by this update is to change:

  #include <usrp_*.h>

  to #include

  <usrp/usrp_*.h>

  ...in your source code.

* Removed usrp-inband code from tree (put into limbo directory.)
  This code has become unmaintained and has started to suffer
  from bitrot.  A checkpoint tag has been made for anyone still
  needing to use it:

  http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg

  The plan during the 3.2->3.3 development cycle is to replace the
  functions done by the in-band code with extensions to the existing
  gr-usrp blocks using the new message passing architecture.

  The USRP hardware FPGA code that provided the inband interface
  has not been removed; however, it too has become unmaintained and
  will likely be rewritten/replaced during the 3.3 timeframe.

The trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11394 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoshort id fix
jblum [Wed, 8 Jul 2009 19:50:21 +0000 (19:50 +0000)]
short id fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdds short commandline parameter handling in GRC.
jcorgan [Wed, 8 Jul 2009 06:32:08 +0000 (06:32 +0000)]
Adds short commandline parameter handling in GRC.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11376 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFixing USRP2 dispaly program and minor tweaks to USRP program.
trondeau [Tue, 7 Jul 2009 00:40:25 +0000 (00:40 +0000)]
Fixing USRP2 dispaly program and minor tweaks to USRP program.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11375 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoTemporary binary packaging update (3.3svn-1) to deal with prefs.py not handling ...
jcorgan [Mon, 6 Jul 2009 22:36:54 +0000 (22:36 +0000)]
Temporary binary packaging update (3.3svn-1) to deal with prefs.py not handling --prefix=/usr correctly.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11373 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoRevert changeset r11150 for gnuradio-omnithread.pc, which broke some out of tree...
jcorgan [Mon, 6 Jul 2009 05:59:12 +0000 (05:59 +0000)]
Revert changeset r11150 for gnuradio-omnithread.pc, which broke some out of tree compiles

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11368 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix Makefile and update package for r11361
jcorgan [Mon, 6 Jul 2009 05:07:49 +0000 (05:07 +0000)]
Fix Makefile and update package for r11361

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11364 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix dependency
jcorgan [Mon, 6 Jul 2009 05:07:02 +0000 (05:07 +0000)]
Fix dependency

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11363 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerging trondeau/qt branch r11231:11360. This merge improves the usability and exampl...
trondeau [Mon, 6 Jul 2009 04:39:24 +0000 (04:39 +0000)]
Merging trondeau/qt branch r11231:11360. This merge improves the usability and examples of the QT-based interface.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoPackaging update for changeset r11358
jcorgan [Mon, 6 Jul 2009 03:36:15 +0000 (03:36 +0000)]
Packaging update for changeset r11358

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11359 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerged r11309:11357 from grc branch.
jblum [Mon, 6 Jul 2009 02:28:52 +0000 (02:28 +0000)]
Merged r11309:11357 from grc branch.
Adds notebook cabability to grc and its wxgui windows/controls.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoInstall custom grc.conf for Ubuntu grc package. Forces correct docdir and adds ...
jcorgan [Mon, 6 Jul 2009 00:56:39 +0000 (00:56 +0000)]
Install custom grc.conf for Ubuntu grc package.  Forces correct docdir and adds /usr/local as local block dir.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11356 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix missing files from gr-radar-mono package (Nick Withers)
jcorgan [Sun, 5 Jul 2009 23:17:21 +0000 (23:17 +0000)]
Fix missing files from gr-radar-mono package (Nick Withers)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11354 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoImplement new Ubuntu packages for new C++ API libraries created by r11150.
jcorgan [Sun, 5 Jul 2009 22:59:54 +0000 (22:59 +0000)]
Implement new Ubuntu packages for new C++ API libraries created by r11150.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11353 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoUbuntu packaging changes for updates on release branch, doesn't include changes for...
jcorgan [Sun, 5 Jul 2009 20:36:45 +0000 (20:36 +0000)]
Ubuntu packaging changes for updates on release branch, doesn't include changes for non-merged trunk updates.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11351 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agostd squelch wrapper fix
jblum [Sat, 4 Jul 2009 15:53:00 +0000 (15:53 +0000)]
std squelch wrapper fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11339 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoremoved redundant constants.py entry in makefile
jblum [Thu, 2 Jul 2009 02:06:20 +0000 (02:06 +0000)]
removed redundant constants.py entry in makefile

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11323 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix double quotation problem
jcorgan [Tue, 30 Jun 2009 22:22:44 +0000 (22:22 +0000)]
Fix double quotation problem

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFix makefile entries
jcorgan [Tue, 30 Jun 2009 22:16:52 +0000 (22:16 +0000)]
Fix makefile entries

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11318 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdd missing files to distribution tarball.
jcorgan [Tue, 30 Jun 2009 22:09:59 +0000 (22:09 +0000)]
Add missing files to distribution tarball.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11317 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoFixes ticket:372
jcorgan [Tue, 30 Jun 2009 16:49:31 +0000 (16:49 +0000)]
Fixes ticket:372

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11316 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agofixed screenshot capability, calls get pixbuf in drawing area
jblum [Mon, 29 Jun 2009 23:36:20 +0000 (23:36 +0000)]
fixed screenshot capability, calls get pixbuf in drawing area

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11307 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agofix for argmax wrapper check
jblum [Mon, 29 Jun 2009 04:55:42 +0000 (04:55 +0000)]
fix for argmax wrapper check

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11306 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoargmax wrapper fix, please document argmax, its outputs are non-intuitive
jblum [Mon, 29 Jun 2009 04:38:42 +0000 (04:38 +0000)]
argmax wrapper fix, please document argmax, its outputs are non-intuitive

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11305 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdded ability to extract category names from doxygen.
jblum [Mon, 29 Jun 2009 04:29:36 +0000 (04:29 +0000)]
Added ability to extract category names from doxygen.
For now, this is commented out until the current block tree is overhauled.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11304 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agocast choices to a list because .index method DNE in python2.5 for tuple
jblum [Fri, 26 Jun 2009 15:37:23 +0000 (15:37 +0000)]
cast choices to a list because .index method DNE in python2.5 for tuple

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11294 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMade the form instances in the gui variables "private", ie, added an underscore.
jblum [Thu, 25 Jun 2009 22:48:04 +0000 (22:48 +0000)]
Made the form instances in the gui variables "private", ie, added an underscore.
The generated code looks makes more sense, and it may avoid a possible variable collision.

Fixed up variable config to re-read the config file before writing,
so 2 or more variables using the same config file cant "fight".

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11284 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agobetter fix for selected ports, added variable config example to examples
jblum [Thu, 25 Jun 2009 17:59:26 +0000 (17:59 +0000)]
better fix for selected ports, added variable config example to examples

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11283 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agominor fix so deleted elements are not referenced in the selected ports
jblum [Thu, 25 Jun 2009 17:36:36 +0000 (17:36 +0000)]
minor fix so deleted elements are not referenced in the selected ports

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11282 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoadded to todo, added help message to optparse option w/ param
jblum [Thu, 25 Jun 2009 04:27:04 +0000 (04:27 +0000)]
added to todo, added help message to optparse option w/ param

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11281 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoMerging r11186:11273 from grc branch.
jblum [Tue, 23 Jun 2009 20:38:18 +0000 (20:38 +0000)]
Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc.
Minor fixes and features for wxgui forms.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoadded include <cstdio> statements in several files to make it compatible with g+...
anastas [Tue, 23 Jun 2009 15:34:08 +0000 (15:34 +0000)]
added include <cstdio> statements in several files to make it compatible with g++ 4.4

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11271 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoadded include <cstdio> statements in several files to make it compatible with g+...
anastas [Tue, 23 Jun 2009 15:31:03 +0000 (15:31 +0000)]
added include <cstdio> statements in several files to make it compatible with g++ 4.4

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11270 221aa14e-8319-0410-a670-987f0aec2ac5