summaryrefslogtreecommitdiff
path: root/gr-msdd6000
Commit message (Collapse)AuthorAgeFilesLines
* msdd6000: removed from tree, obsoletedistcheck-nextJohnathan Corgan2011-07-0345-5754/+0
|
* Use load-extension-global instead of load-extensionEric Blossom2010-12-101-1/+1
|
* Merge branch 'next' into guile-nextEric Blossom2010-12-062-2/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * Potential fix to MSDD warnings by setting sequence number from buffer more ↵Tom Rondeau2010-11-082-2/+7
| | | | | | | | explicitly.
* | Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-10/+10
| |
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
| | | | | | | | | | The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
* | Update .gitignore'sEric Blossom2010-11-241-0/+3
| |
* | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-12/+4
| | | | | | | | | | | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* | regeneratedRob Savoye2010-11-191-22/+46
| |
* | regeneratedEric Blossom2010-11-161-2/+2
| |
* | regeneratedEric Blossom2010-11-101-4/+4
| |
* | regeneratedRob Savoye2010-11-101-54/+20
| |
* | regeneratedRob Savoye2010-11-101-16/+14
| |
* | Remove swig generated python code from C++-only librariesEric Blossom2010-11-101-4/+2
| |
* | add load-extension supportRob Savoye2010-11-101-0/+10
| |
* | regeneratedRob Savoye2010-11-101-4/+10
| |
* | regenerateEric Blossom2010-11-101-12/+12
| |
* | Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-4/+6
| |
* | add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-101-4/+5
| |
* | regeneratedRob Savoye2010-11-101-432/+50
| |
* | regeneratdRob Savoye2010-11-101-2/+2
| |
* | don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-14/+88
| |
* | regeneratedRob Savoye2010-11-101-54/+54
| |
* | regenerated after changes to .i filesRob Savoye2010-11-101-44/+62
| |
* | regenerated after changes to the templateRob Savoye2010-11-101-20/+52
| |
* | regenerated from templateRob Savoye2010-11-101-55/+163
|/
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-032-4/+4
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-8/+6
|
* fixed issue 387: removed uses of win.set for wx sinksJosh Blum2010-01-101-2/+2
|
* Remove trailing whitespace after \Eric Blossom2010-01-081-1/+1
|
* got msdd6000 compiling on my ubuntu 9.10 32 bitJosh Blum2009-12-081-0/+1
|
* Add support for msdd6000 with resampler in FPGA.Eric Blossom2009-12-079-7/+1332
|
* Added git ignore files auto created from svn:ignore properties.git2009-08-142-0/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* added include <cstdio> statements in several files to make it compatible ↵anastas2009-06-231-0/+1
| | | | | | with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11271 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-273-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-142-71/+285
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed output typeeb2009-03-061-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10563 221aa14e-8319-0410-a670-987f0aec2ac5
* formatting changes onlyeb2009-02-102-81/+84
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10432 221aa14e-8319-0410-a670-987f0aec2ac5
* Applied patch to cleanup msddeb2009-02-103-39/+43
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10431 221aa14e-8319-0410-a670-987f0aec2ac5
* removed slow, TCP-based sourceseb2009-02-108-1772/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10430 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-4/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing destructor (Don Ward)jcorgan2009-02-081-1/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10412 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing library in link (Don Ward)jcorgan2009-02-081-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10411 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert r10379, which works at runtime but does not pass check or distcheck ↵jcorgan2009-02-031-1/+1
| | | | | | on Ubuntu 8.10. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10380 221aa14e-8319-0410-a670-987f0aec2ac5
* Use runtime valid module names for importjcorgan2009-02-031-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10379 221aa14e-8319-0410-a670-987f0aec2ac5
* Possibly temporary fix for r10350 breakage when using swig < 1.3.38jcorgan2009-02-021-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10373 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-022-15/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-271-3/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
* fixes for gcc 4.3eb2008-08-202-2/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9351 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)eb2008-07-278-115/+186
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9028 221aa14e-8319-0410-a670-987f0aec2ac5