debian/gnuradio
13 years agoTweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the...
Michael Dickens [Mon, 1 Nov 2010 19:57:52 +0000 (15:57 -0400)]
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)

13 years agoMerge branch 'makefile_var_ordering'
Tom Rondeau [Fri, 29 Oct 2010 14:08:34 +0000 (10:08 -0400)]
Merge branch 'makefile_var_ordering'

13 years agoAdds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains...
Marcus Leech [Sun, 17 Oct 2010 21:20:04 +0000 (17:20 -0400)]
Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains the string for the Y axis label.  It defaults to 'Counts' to be consistent with the old version.

13 years agoAdding ccf version of fir filter to gitignore.
Tom Rondeau [Sun, 17 Oct 2010 20:14:09 +0000 (16:14 -0400)]
Adding ccf version of fir filter to gitignore.

13 years agoRemoving nonexistent gri .i file from Makefile. Got a bit carried away with the copy...
Tom Rondeau [Sun, 17 Oct 2010 19:51:06 +0000 (15:51 -0400)]
Removing nonexistent gri .i file from Makefile. Got a bit carried away with the copy/paste.

13 years agoRemoving ccf version of filter that is now autogenerated.
Tom Rondeau [Sun, 17 Oct 2010 19:25:44 +0000 (15:25 -0400)]
Removing ccf version of filter that is now autogenerated.

13 years agoFixing up filters a bit to pass QA tests for all versions.
Tom Rondeau [Sun, 17 Oct 2010 19:25:11 +0000 (15:25 -0400)]
Fixing up filters a bit to pass QA tests for all versions.

13 years agoFixes Makefile for fir filter generators.
Tom Rondeau [Sat, 16 Oct 2010 23:42:58 +0000 (19:42 -0400)]
Fixes Makefile for fir filter generators.

Adding new QA code for all other fir filters. fff and fsf versions currently failing.

13 years agoUsing generators to make gri_fir_filter_with_buffer_XXX into all possible in/out...
Tom Rondeau [Sat, 16 Oct 2010 22:28:53 +0000 (18:28 -0400)]
Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/out/tap types we support.

13 years agoMerge branch 'synfilt'
Tom Rondeau [Sat, 16 Oct 2010 21:03:59 +0000 (17:03 -0400)]
Merge branch 'synfilt'

13 years agoWork on examples for the synthesize filterbank block. The cleans up the simple exampl...
Tom Rondeau [Sat, 16 Oct 2010 21:00:11 +0000 (17:00 -0400)]
Work on examples for the synthesize filterbank block. The cleans up the simple example and adds a new example that synthesizes a number of signals and then channelizes them again. It displays the synthesized PSD as well as the PSD and time waveform of one of the channels that's specified in teh code.

13 years agoAdding QA code for fir filter with buffer.
Tom Rondeau [Sat, 16 Oct 2010 18:37:55 +0000 (14:37 -0400)]
Adding QA code for fir filter with buffer.

13 years agoCleaning up synthesis filter and using new FIR filter with buffer.
Tom Rondeau [Sat, 16 Oct 2010 18:36:38 +0000 (14:36 -0400)]
Cleaning up synthesis filter and using new FIR filter with buffer.

13 years agoCleaning up the new FIR filter implementation. Protects against some corner cases...
Tom Rondeau [Sat, 16 Oct 2010 18:35:03 +0000 (14:35 -0400)]
Cleaning up the new FIR filter implementation. Protects against some corner cases and adds filterN.

13 years agoAdding a test example for the synthesis filter.
Tom Rondeau [Sat, 16 Oct 2010 15:46:46 +0000 (11:46 -0400)]
Adding a test example for the synthesis filter.

13 years agoAdding a FIR filter implemented with its own internal buffer. This one keeps its...
Tom Rondeau [Sat, 16 Oct 2010 15:13:53 +0000 (11:13 -0400)]
Adding a FIR filter implemented with its own internal buffer. This one keeps its own delay line and just takes in input samples instead of a pointer to an external buffer.

The synthesis filter is being updated to use the new FIR implementation.

13 years agorearrange includes to always be: internal GR, external, with GR.
Michael Dickens [Sat, 9 Oct 2010 20:11:03 +0000 (16:11 -0400)]
rearrange includes to always be: internal GR, external, with GR.

13 years agoChecks to make sure XML path is writable before making the XML runner. Ignores it...
Tom Rondeau [Thu, 7 Oct 2010 01:15:54 +0000 (21:15 -0400)]
Checks to make sure XML path is writable before making the XML runner. Ignores it if directory is now writable.

13 years agoFixed missing set_relative_rate in these two blocks. The others don't actually do...
Tom Rondeau [Thu, 7 Oct 2010 00:50:25 +0000 (20:50 -0400)]
Fixed missing set_relative_rate in these two blocks. The others don't actually do it, even though it's counter-intuitive for the pfb_decimate, which is a sync_block (decimation actually care of in the stream_to_streams).

13 years agoMerge branch 'maint'
Johnathan Corgan [Wed, 6 Oct 2010 19:34:14 +0000 (12:34 -0700)]
Merge branch 'maint'

* maint:
  Fixed setting of USB_LIBS for *win*
  Fix so that non-Darwin OSs use USB_LIBS correctly for linking
  New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
  Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.
  Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.
  Fixed gitignore to reflect changes in moc/ui file naming.
  Fixes a lot of warnings by cleaning up namespace issues.
  Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.
  Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.
  Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.

13 years agoMerge remote branch 'tom/qtfix' into maint
Johnathan Corgan [Wed, 6 Oct 2010 19:20:08 +0000 (12:20 -0700)]
Merge remote branch 'tom/qtfix' into maint

* tom/qtfix:
  Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.
  Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.
  Fixed gitignore to reflect changes in moc/ui file naming.
  Fixes a lot of warnings by cleaning up namespace issues.
  Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.
  Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.
  Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.

13 years agoMerge Michael Dicken's USB fixes after rebasing on maint
Johnathan Corgan [Wed, 6 Oct 2010 19:06:01 +0000 (12:06 -0700)]
Merge Michael Dicken's USB fixes after rebasing on maint

Fixed setting of USB_LIBS for *win*
Fix so that non-Darwin OSs use USB_LIBS correctly for linking
New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).

13 years agoFixed setting of USB_LIBS for *win*
Michael Dickens [Fri, 17 Sep 2010 01:07:29 +0000 (21:07 -0400)]
Fixed setting of USB_LIBS for *win*

13 years agoFix so that non-Darwin OSs use USB_LIBS correctly for linking
Michael Dickens [Thu, 16 Sep 2010 20:58:22 +0000 (16:58 -0400)]
Fix so that non-Darwin OSs use USB_LIBS correctly for linking

13 years agoNew way of checking for various LIBUSB names; for legacy version, make sure the symbo...
Michael Dickens [Wed, 8 Sep 2010 01:56:23 +0000 (21:56 -0400)]
New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).

13 years agoFinally, the simple fix for the qtgui issues; also, changed the naming scheme output...
Tom Rondeau [Fri, 17 Sep 2010 15:54:32 +0000 (11:54 -0400)]
Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.

13 years agoRemoving Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and...
Tom Rondeau [Mon, 13 Sep 2010 18:49:00 +0000 (14:49 -0400)]
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.

13 years agoFixed gitignore to reflect changes in moc/ui file naming.
Tom Rondeau [Tue, 21 Sep 2010 22:37:13 +0000 (18:37 -0400)]
Fixed gitignore to reflect changes in moc/ui file naming.

13 years agoFixes a lot of warnings by cleaning up namespace issues.
Tom Rondeau [Fri, 17 Sep 2010 15:56:12 +0000 (11:56 -0400)]
Fixes a lot of warnings by cleaning up namespace issues.

13 years agoFinally, the simple fix for the qtgui issues; also, changed the naming scheme output...
Tom Rondeau [Fri, 17 Sep 2010 15:54:32 +0000 (11:54 -0400)]
Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner.

13 years agoRemoving qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.
Tom Rondeau [Mon, 13 Sep 2010 18:54:20 +0000 (14:54 -0400)]
Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.

13 years agoRemoving Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and...
Tom Rondeau [Mon, 13 Sep 2010 18:49:00 +0000 (14:49 -0400)]
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.

13 years agoUpdating all of the QA code that I can actually test to work with the new XML output...
Tom Rondeau [Tue, 5 Oct 2010 00:18:46 +0000 (20:18 -0400)]
Updating all of the QA code that I can actually test to work with the new XML output runners.

13 years agoUpdating all python QA programs in gnuradio-core to output XML files.
Tom Rondeau [Sun, 3 Oct 2010 20:56:57 +0000 (16:56 -0400)]
Updating all python QA programs in gnuradio-core to output XML files.

Also fixed gr_unittest.py to print to the screen and fail make check properly if there's an error.

Need to find a way to use XML runner with main() to fail make check and output to screen, too.

13 years agoAdding gr_xmlrunner.py to Makefile.
Tom Rondeau [Sun, 3 Oct 2010 19:39:52 +0000 (15:39 -0400)]
Adding gr_xmlrunner.py to Makefile.

13 years agoAdding XML output to Python unittests.
Tom Rondeau [Sun, 3 Oct 2010 19:00:44 +0000 (15:00 -0400)]
Adding XML output to Python unittests.

gr_unittest.py was updated to handle the path and file creation and run the XML runner

gr_xmlrunner.py is a public domain program written by Sebastian Rittau <srittau@jroger.in-berlin.de> (THANKS!) to extend Python's unittest module to handle XML JUnit format output. This was renamed from xmlrunner.py if any future work is done on it from our project as well as to keep the namespace clean and clear.

qa_skiphead.py is a first test program for the XML output. Creates an outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.

13 years agoModified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing.
Tom Rondeau [Sat, 2 Oct 2010 21:35:16 +0000 (17:35 -0400)]
Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing.

13 years agoMoving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
Tom Rondeau [Sat, 2 Oct 2010 21:16:04 +0000 (17:16 -0400)]
Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
This also adds a new utility gr_unittests.h, which sets up the path for output files.

13 years agoAdding an XML outputter for the CPP Unit tests. This is to a) store the output inform...
Tom Rondeau [Thu, 30 Sep 2010 20:08:53 +0000 (16:08 -0400)]
Adding an XML outputter for the CPP Unit tests. This is to a) store the output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.

13 years agoMerge branch 'maint'
Eric Blossom [Tue, 14 Sep 2010 19:43:45 +0000 (12:43 -0700)]
Merge branch 'maint'

* maint:
  Avoid divide by zero in persistence code when using default args
  Update config.guess and config.sub in gr-howoto-write-a-block too
  Update config.guess and config.sub from canonical home
  Update script to pull config.* from git repo

13 years agoAvoid divide by zero in persistence code when using default args
Eric Blossom [Mon, 13 Sep 2010 02:10:56 +0000 (19:10 -0700)]
Avoid divide by zero in persistence code when using default args

13 years agoUpdate config.guess and config.sub in gr-howoto-write-a-block too
Eric Blossom [Sun, 12 Sep 2010 20:01:11 +0000 (13:01 -0700)]
Update config.guess and config.sub in gr-howoto-write-a-block too

13 years agoUpdate config.guess and config.sub from canonical home
Eric Blossom [Sun, 12 Sep 2010 19:58:09 +0000 (12:58 -0700)]
Update config.guess and config.sub from canonical home

13 years agoUpdate script to pull config.* from git repo
Eric Blossom [Sun, 12 Sep 2010 19:57:30 +0000 (12:57 -0700)]
Update script to pull config.* from git repo

13 years agoAdd support for uint64_t to pmt.
Eric Blossom [Sat, 11 Sep 2010 20:06:10 +0000 (13:06 -0700)]
Add support for uint64_t to pmt.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 5 Aug 2010 01:54:55 +0000 (18:54 -0700)]
Merge branch 'maint'

* maint:
  usrp2: fixes for gcc 4.5.0 compatibility
  formatting change: move break statements
  Fix unitialized variable pointed to by compiler warning

13 years agousrp2: fixes for gcc 4.5.0 compatibility
Moeller [Thu, 5 Aug 2010 01:53:01 +0000 (18:53 -0700)]
usrp2: fixes for gcc 4.5.0 compatibility

13 years agoformatting change: move break statements
Eric Blossom [Wed, 4 Aug 2010 18:08:11 +0000 (11:08 -0700)]
formatting change: move break statements

13 years agoFix unitialized variable pointed to by compiler warning
Eric Blossom [Wed, 4 Aug 2010 18:05:38 +0000 (11:05 -0700)]
Fix unitialized variable pointed to by compiler warning

13 years agoMerge branch 'maint'
Johnathan Corgan [Tue, 3 Aug 2010 21:21:36 +0000 (14:21 -0700)]
Merge branch 'maint'

13 years agoModify all block factories to use gnuradio::get_initial_sptr.
Eric Blossom [Tue, 3 Aug 2010 20:36:18 +0000 (13:36 -0700)]
Modify all block factories to use gnuradio::get_initial_sptr.

13 years agofix scoped_lock that didn't ref mutex
Eric Blossom [Tue, 3 Aug 2010 18:54:25 +0000 (11:54 -0700)]
fix scoped_lock that didn't ref mutex

13 years agoRevert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"
Johnathan Corgan [Mon, 2 Aug 2010 23:13:07 +0000 (16:13 -0700)]
Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"

This reverts commit f23a2b33ca1bebf0c3a5fa26fdcff11827744b77.

This change introduced a segfault when calling into the gr_prefs module
during the gri_fft helper class constructor.  Until this is debugged,
the functionality is being reverted.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 29 Jul 2010 23:14:00 +0000 (16:14 -0700)]
Merge branch 'maint'

* maint:
  Fixes ./configure to allow grc to build without an X session

13 years agoFixes ./configure to allow grc to build without an X session
Jason Abele [Thu, 29 Jul 2010 21:57:09 +0000 (14:57 -0700)]
Fixes ./configure to allow grc to build without an X session

    Presently, a ./configure in a terminal with no X $DISPLAY will
    fail to build grc because import gtk fails with RuntimeError
    exception.

    This patch fixes this by catching just the ImportError and
    AssertionErrors we need for python module dependencies.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 22 Jul 2010 01:29:48 +0000 (18:29 -0700)]
Merge branch 'maint'

* maint:
  wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper)

13 years agognuradio-core: export missing public methods in gr.agc2
Alexandru Csete [Thu, 22 Jul 2010 01:27:46 +0000 (18:27 -0700)]
gnuradio-core: export missing public methods in gr.agc2

Alexandru Csete:

The gr_agc2 block has public methods to set and get the AGC levels and
rates; however, only a few of these interfaces are exported to Python
and none of them are available in GRC.

The attached patch adds the missing public methods to gri_agc2_cc.i
and gri_agc2_ff.i and defines the corresponding callbacks in the
gr_agc2_xx.xml GRC block.

13 years agoMerge remote branch 'trondeau/qtclock'
Johnathan Corgan [Wed, 21 Jul 2010 23:33:48 +0000 (16:33 -0700)]
Merge remote branch 'trondeau/qtclock'

* trondeau/qtclock:
  From my reading, we should never need to define the timespec struct (so we will wait until this bites me).
  Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure.
  Reformatting highResTimeFunction.h for better readibility.

13 years agowxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper...
Josh Blum [Wed, 21 Jul 2010 21:47:16 +0000 (14:47 -0700)]
wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper)

13 years agoMerge branch 'maint'
Johnathan Corgan [Mon, 5 Jul 2010 19:01:09 +0000 (12:01 -0700)]
Merge branch 'maint'

13 years agogr-utils: fix out of tree project generator to properly update tarfile name
Moritz Fischer [Mon, 5 Jul 2010 18:55:56 +0000 (11:55 -0700)]
gr-utils: fix out of tree project generator to properly update tarfile name

13 years agogr-wxgui: fix non-gl scope sink only updating one channel
Catalin Patulea [Mon, 5 Jul 2010 18:45:52 +0000 (11:45 -0700)]
gr-wxgui: fix non-gl scope sink only updating one channel

This fixes a bug where, when using nongl scopesink, only the real part
of a complex input is shown. After applying this patch, both Ch1 and
Ch2 can be seen on the scope display.

13 years agoMerge branch 'patches/marcus/stripchart'
Johnathan Corgan [Mon, 5 Jul 2010 17:43:40 +0000 (10:43 -0700)]
Merge branch 'patches/marcus/stripchart'

Conflicts:
gr-wxgui/src/python/scope_window.py

* Adds new scope window trigger, TRIG_MODE_STRIPCHART
* Allows config file selection of whether background window sinks still run
* Allows config file selection of default trigger mode
* Allows config file selection of default waterfall sink color mode

[wxgui]
#Setting this to true prevents the window sinks from stopping when they
#are not displayed, as when they are in a notebook with a hidden tab.
run_always = False

# Default scope trigger mode.
#
# 0 = Freerun
# 1 = Auto (default)
# 2 = Normal
# 3 = Stripchart
trig_mode = 1

# Default waterfall sink color mode.  Valid choices are 'rgb1', 'rbg2',
# 'rgb3', or 'gray'
waterfall_color = rgb1

13 years agoMerge branch 'patches/marcus/file_sink'
Johnathan Corgan [Mon, 5 Jul 2010 16:36:26 +0000 (11:36 -0500)]
Merge branch 'patches/marcus/file_sink'

13 years agoFrom my reading, we should never need to define the timespec struct (so we will wait...
Tom Rondeau [Wed, 30 Jun 2010 01:12:33 +0000 (21:12 -0400)]
From my reading, we should never need to define the timespec struct (so we will wait until this bites me).

13 years agoChecking for clock_gettime and timespec defined; use gettimeofday if not, but put...
Tom Rondeau [Sun, 27 Jun 2010 16:01:17 +0000 (12:01 -0400)]
Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure.

13 years agoReformatting highResTimeFunction.h for better readibility.
Tom Rondeau [Sun, 27 Jun 2010 14:15:21 +0000 (10:15 -0400)]
Reformatting highResTimeFunction.h for better readibility.

13 years agogrc: move grc_setup_freedesktop into libexec directory (not in users path).
Josh Blum [Sat, 29 May 2010 07:45:26 +0000 (00:45 -0700)]
grc: move grc_setup_freedesktop into libexec directory (not in users path).

Renamed grc desktop file to simplify name and updated install script.

13 years agoadded python script to fix copyright years based on git log
Josh Blum [Tue, 1 Jun 2010 17:26:07 +0000 (10:26 -0700)]
added python script to fix copyright years based on git log

13 years agogrc: expanded nports ability to have multiple port duplicators per side
Josh Blum [Thu, 24 Jun 2010 01:46:05 +0000 (18:46 -0700)]
grc: expanded nports ability to have multiple port duplicators per side

13 years agoMerge branch 'patches/marcus/fftw'
Johnathan Corgan [Tue, 22 Jun 2010 14:18:47 +0000 (07:18 -0700)]
Merge branch 'patches/marcus/fftw'

* patches/marcus/fftw:
  gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE

13 years agoMerge branch 'patches/marcus/gr_and_const'
Johnathan Corgan [Tue, 22 Jun 2010 13:53:16 +0000 (06:53 -0700)]
Merge branch 'patches/marcus/gr_and_const'

* patches/marcus/gr_and_const:
  grc: adds gr.and_const to block tree

13 years agoAdd RFX2200 to burn-db-eeprom
Jason Abele [Mon, 21 Jun 2010 23:03:55 +0000 (16:03 -0700)]
Add RFX2200 to burn-db-eeprom

13 years agoCopy paste for RFX2200 in USRP2
Jason Abele [Fri, 18 Jun 2010 21:11:06 +0000 (14:11 -0700)]
Copy paste for RFX2200 in USRP2

13 years agoCopy paste for RFX2200 in USRP1
Jason Abele [Fri, 18 Jun 2010 21:00:00 +0000 (14:00 -0700)]
Copy paste for RFX2200 in USRP1

13 years agoMerge branch 'maint'
Johnathan Corgan [Mon, 21 Jun 2010 19:23:36 +0000 (12:23 -0700)]
Merge branch 'maint'

* maint:
  grc: fix broken variable config when using bool type

13 years agogrc: fix broken variable config when using bool type
Johann Chiang [Mon, 21 Jun 2010 19:20:54 +0000 (12:20 -0700)]
grc: fix broken variable config when using bool type

13 years agogr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)
Johnathan Corgan [Sat, 19 Jun 2010 18:27:56 +0000 (11:27 -0700)]
gr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)

This new method on usrp2.sink_* causes the first TX sample data to be
sent at the FPGA clock time specified, with all further data immediately
following.

u = usrp2.sink_32fc() # or 16sc
...configure sink here...
u.sync_to_pps()
...delay a second for PPS to have happened
u.start_streaming_at(int(100e6)) # start TX stream one second later
...start flowgraph here...

If this function is not called, all transmit data will be sent
immediately (the prior behavior).

13 years agoMerge branch 'maint'
Johnathan Corgan [Sun, 13 Jun 2010 21:18:20 +0000 (14:18 -0700)]
Merge branch 'maint'

* maint:
  Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoMerge remote branch 'trondeau/qtmake' into maint
Johnathan Corgan [Sun, 13 Jun 2010 18:59:13 +0000 (11:59 -0700)]
Merge remote branch 'trondeau/qtmake' into maint

* trondeau/qtmake:
  Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoFixes gr-qtgui make distcheck failure when QT is not installed.
Tom Rondeau [Sun, 13 Jun 2010 18:31:11 +0000 (14:31 -0400)]
Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoMerge branch 'maint'
Johnathan Corgan [Sat, 5 Jun 2010 06:01:56 +0000 (23:01 -0700)]
Merge branch 'maint'

* maint:
  Fixed WBX RX PLL enable
  Refactor WBX and adf4350 to avoid passing usrp pointer
  Clean up annoying class structure in wbx
  Fixing wbx to use _refclk_freq()
  Typo in error message

13 years agoMerge branch 'fix/wbx_refclock' into maint
Johnathan Corgan [Sat, 5 Jun 2010 05:40:14 +0000 (22:40 -0700)]
Merge branch 'fix/wbx_refclock' into maint

* fix/wbx_refclock:
  Fixed WBX RX PLL enable
  Refactor WBX and adf4350 to avoid passing usrp pointer
  Clean up annoying class structure in wbx
  Fixing wbx to use _refclk_freq()
  Typo in error message

13 years agoFixed WBX RX PLL enable
Jason Abele [Fri, 4 Jun 2010 22:34:27 +0000 (15:34 -0700)]
Fixed WBX RX PLL enable

13 years agoRefactor WBX and adf4350 to avoid passing usrp pointer
Jason Abele [Thu, 3 Jun 2010 21:35:18 +0000 (14:35 -0700)]
Refactor WBX and adf4350 to avoid passing usrp pointer

13 years agoClean up annoying class structure in wbx
Jason Abele [Thu, 3 Jun 2010 20:25:42 +0000 (13:25 -0700)]
Clean up annoying class structure in wbx

13 years agoFixing wbx to use _refclk_freq()
Jason Abele [Thu, 3 Jun 2010 19:49:03 +0000 (12:49 -0700)]
Fixing wbx to use _refclk_freq()

13 years agoTypo in error message
Jason Abele [Thu, 3 Jun 2010 19:24:13 +0000 (12:24 -0700)]
Typo in error message

13 years agoUpdate revision to 3.3.1git
Johnathan Corgan [Thu, 3 Jun 2010 07:31:19 +0000 (00:31 -0700)]
Update revision to 3.3.1git

13 years agoUpdate revision to 3.3.0
Johnathan Corgan [Thu, 3 Jun 2010 06:56:20 +0000 (23:56 -0700)]
Update revision to 3.3.0

13 years agogcell: make versioned libraries
Johnathan Corgan [Wed, 2 Jun 2010 22:24:57 +0000 (15:24 -0700)]
gcell: make versioned libraries

13 years agognuradio-core: fix missing linker flags for boost_program_options
Johnathan Corgan [Wed, 2 Jun 2010 22:19:32 +0000 (15:19 -0700)]
gnuradio-core: fix missing linker flags for boost_program_options

13 years agohowto: fix incorrect include path
Johnathan Corgan [Wed, 2 Jun 2010 16:08:34 +0000 (09:08 -0700)]
howto: fix incorrect include path

13 years agobuild: redo GR_GIT for portability
Johnathan Corgan [Wed, 2 Jun 2010 15:47:13 +0000 (08:47 -0700)]
build: redo GR_GIT for portability

13 years agobuild: use date format string instead of -R for portability
Johnathan Corgan [Wed, 2 Jun 2010 01:07:26 +0000 (18:07 -0700)]
build: use date format string instead of -R for portability

13 years agognuradio-core: fix typo in doxygen header
Johnathan Corgan [Tue, 1 Jun 2010 16:16:23 +0000 (09:16 -0700)]
gnuradio-core: fix typo in doxygen header

13 years agogr-qtgui: add include file for gcc 4.4.1
Johnathan Corgan [Tue, 1 Jun 2010 16:11:20 +0000 (09:11 -0700)]
gr-qtgui: add include file for gcc 4.4.1

13 years agoUpdate revision to 3.3.0-rc3
Johnathan Corgan [Mon, 31 May 2010 06:18:04 +0000 (23:18 -0700)]
Update revision to 3.3.0-rc3

13 years agohowto: make versioned libraries
Johnathan Corgan [Mon, 31 May 2010 06:06:20 +0000 (23:06 -0700)]
howto: make versioned libraries

14 years agoMake C++ shared libraries versioned
Johnathan Corgan [Sat, 29 May 2010 03:02:38 +0000 (20:02 -0700)]
Make C++ shared libraries versioned