summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
Commit message (Collapse)AuthorAgeFilesLines
* uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum2011-03-282-22/+10
| | | | | The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed.
* uhd: work on gr_uhd_source work() function to reduce latencyJosh Blum2011-03-011-9/+30
| | | | Wait on a single packet to become ready, then receive available packets without timeout.
* uhd: only set has_time_spec when nchan > 1Josh Blum2011-02-281-3/+5
| | | | | Its important for multi-channel continuous, but not wanted in single-channel non-continuous.
* 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 ↵Josh Blum2011-01-192-17/+69
| | | | | | | preferences remove private variables from header interface subclassed single source impl with overloaded work function
* 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 ↵Josh Blum2011-01-198-24/+24
| | | | clock config convenience
* 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 ↵Josh Blum2011-01-192-18/+24
| | | | function
* Adding tags back into UHD source. If a packet received from a UHD source has ↵Tom Rondeau2010-12-301-1/+12
| | | | | | a timestamp, we create a tag from it and pass it down the line. If no timestamp, produce no tags. This should not affect behavior of the UHD single source for those not dealing with tags.
* uhd: reverting tag changes on uhd single usrp source, there seems to be ↵Josh Blum2010-12-051-51/+15
| | | | issues with the work() logic
* 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
| | | | | | | | | | | | | | | Tag 1 contains the packet time Tag 2 contains the packet length
* | | 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
| | | | | | | | | | Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
* | 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
| | | | blocks
* 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
|
* uhd: created multi usrp grc wrapper generator, removed mimo gen and checked ↵Josh Blum2010-10-181-4/+7
| | | | in its generated files
* uhd: filled in multi usrp code and swig fileJosh Blum2010-10-186-10/+323
|
* uhd: added multi usrp skeleton and added deprecation note to other headersJosh Blum2010-10-189-4/+340
|
* uhd: removed utils warning functions, moved into the lower level wrappersJosh Blum2010-10-189-117/+13
|
* uhd: use start and stop methods for single source/sink blocksJosh Blum2010-10-142-19/+38
|
* uhd: handle error codes in uhd source blocksJosh Blum2010-09-242-2/+36
|
* uhd: multi channel single usrp source and sink workingJosh Blum2010-09-234-10/+16
|
* uhd: tweaks and fixes, single wrapper workingJosh Blum2010-09-221-1/+1
|
* uhd: work on uhd single usrp wrapperJosh Blum2010-09-205-2/+608
|
* Merge branch 'uhd' of git://gnuradio.org/jblum into nextJohnathan Corgan2010-08-099-11/+53
|\
| * uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc wrappers ↵Josh Blum2010-08-059-11/+53
| | | | | | | | (mimo coming)
* | uhd: use time delay in proportion to the number of channelsJosh Blum2010-07-281-1/+2
|/