summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * uhd: added documentation and tag implementationsJosh Blum2011-09-242-11/+98
| * gr-uhd: remove unused _tmp_buffs variableThomas Tsou2011-09-241-2/+0
* | uhd: changes to support amsg block w/ cmakeJosh Blum2011-08-201-0/+1
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-08-202-1/+90
|\|
| * Merge remote branch 'ttsou/async'Johnathan Corgan2011-08-192-1/+90
| |\
| | * gr-uhd: add async metadata source blockThomas Tsou2011-08-192-1/+90
| * | Revert "gr-uhd: post received async messages to user supplied msg queue"Johnathan Corgan2011-08-191-18/+4
| |/
| * gr-uhd: post received async messages to user supplied msg queueJohnathan Corgan2011-08-131-4/+18
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+57
|/
* uhd: simplify the work function, added TODOs for tagsJosh Blum2011-06-141-14/+20
* Expose named gain stages in gr-uhd via swigJason Abele2011-04-182-0/+32
* build: add missing linker defines for Win32Don Ward2011-03-301-1/+1
* uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum2011-03-282-22/+10
* uhd: work on gr_uhd_source work() function to reduce latencyJosh Blum2011-03-011-9/+30
* uhd: only set has_time_spec when nchan > 1Josh Blum2011-02-281-3/+5
* uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum2011-02-252-0/+32
* uhd: fix export typo and specify export define when building libJosh Blum2011-02-251-1/+2
* uhd: added mboard param to get time now and added get time last ppsJosh Blum2011-02-112-4/+12
* uhd: added set and get clock rates to gr-uhd blocks and grc wrappersJosh Blum2011-02-102-0/+16
* uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum2011-02-1010-1225/+36
* uhd: channel = 0 defaults for single interfaces get_dboard_ifaceJosh Blum2011-02-082-2/+2
* Added first pass at swigging dboard ifaceJason Abele2011-02-088-0/+40
* uhd: move tags functionality into its own sub-class that is enabled by prefer...Josh Blum2011-01-192-17/+69
* uhd: replace gain floats with doubles to reflect new uhd apiJosh Blum2011-01-198-16/+16
* uhd: use the actual device and io types, do hacks in the init.py, also use cl...Josh Blum2011-01-198-24/+24
* uhd: added export macros (not used now) and updated copyright datesJosh Blum2011-01-196-13/+51
* uhd: multi device, set timestamps without SOB on every burst in the work func...Josh Blum2011-01-192-18/+24
* Adding tags back into UHD source. If a packet received from a UHD source has ...Tom Rondeau2010-12-301-1/+12
* uhd: reverting tag changes on uhd single usrp source, there seems to be issue...Josh Blum2010-12-051-51/+15
* uhd: removed default value chan=0 in the cc filesJosh Blum2010-12-052-18/+18
* uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum2010-12-011-1/+1
* uhd: default channel params to zero for single source and sink blocksJosh Blum2010-12-012-18/+18
* Swapping out preset keys until I work out some of their issues.Tom Rondeau2010-11-301-1/+2
* Merge branch 'tagging' into nextTom Rondeau2010-11-292-15/+54
|\
| * Slightly better handling of tags.Tom Rondeau2010-11-211-3/+7
| * Merge branch 'next' into taggingTom Rondeau2010-11-215-4/+12
| |\
| * | Changing time pair in uhd source from a pmt pair to tuple.Tom Rondeau2010-11-181-3/+3
| * | Some updates to uhd source with tags.Tom Rondeau2010-11-171-3/+3
| * | UHD single source builds tags from packet metadata to ship downstream.Tom Rondeau2010-11-162-15/+50
* | | uhd: removed deprecated interfaces (simple and mimo)Josh Blum2010-11-229-1253/+0
* | | uhd: remove changes to avoid merge conflictJosh Blum2010-11-225-12/+4
| |/ |/|
* | Remove 868 useless warnings about "is deprecated".Eric Blossom2010-11-184-4/+4
* | distcheck fix for gr-uhdEric Blossom2010-11-171-0/+8
|/
* uhd: move tune functions to tune_request and provide wrapper for simple caseJosh Blum2010-10-258-16/+76
* uhd: added channel param to docstringsJosh Blum2010-10-204-0/+40
* uhd: implement set bandwidth for uhd blocks, remove chan=0 default for multi ...Josh Blum2010-10-198-16/+56
* uhd: mark simple and mimo classes with the deprecated flagJosh Blum2010-10-194-4/+4
* uhd: tweaking timeouts for multi usrp blocksJosh Blum2010-10-192-6/+9
* uhd: tweaked and tested multi usrp with a single channelJosh Blum2010-10-181-2/+2
* uhd: renamed make function params, cleanup, clock config for multi usrpJosh Blum2010-10-188-36/+54