summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
Commit message (Collapse)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-7/+9
| | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* Merge branch 'maint'Johnathan Corgan2012-10-131-2/+2
|\
| * uhd: fix pmt tuple ref namespace issueJosh Blum2012-10-131-2/+2
| | | | | | | | | | | | | | The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example.
* | uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUTJosh Blum2012-09-291-5/+4
| |
* | uhd: provide source block hook for issue stream cmdJosh Blum2012-09-291-0/+5
|/
* uhd: added rx tagging for changes in sample rate and center freqJosh Blum2012-06-201-2/+15
|
* uhd: source will loop for samples forever until thread interruptJosh Blum2012-06-201-2/+4
| | | | | | This should solve the case of stopping the receiver, while leaving the work thread in a live state. It also makes set stream time work for times > timeout.
* Revert "uhd: allow source work to be stopped while fg runs"Johnathan Corgan2012-06-071-21/+1
| | | | This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.
* uhd: allow source work to be stopped while fg runsJosh Blum2012-05-241-1/+21
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-135-20/+20
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-04-052-2/+2
|\
| * gr-uhd: minor aesthetic and consistency changesNicholas Corgan2012-04-052-2/+2
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-04-042-4/+12
|\|
| * gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan2012-04-042-4/+12
| | | | | | | | user's UHD version and USRP configuration
* | Merge branch 'master' into nextJohnathan Corgan2012-04-032-0/+16
|\|
| * gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan2012-04-032-8/+8
| | | | | | | | enough version of UHD
| * gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan2012-04-032-0/+16
| | | | | | | | list_property_tree and get_usrp_info functions
* | Merge branch 'master' into nextJohnathan Corgan2012-03-271-1/+1
|\|
| * Merge branch 'maint'Johnathan Corgan2012-03-271-1/+1
| |\
| | * uhd: fix dc offset call in uhd sourceJosh Blum2012-03-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-245-13/+127
|\| | | | | | | | | | | | | | Conflicts: gr-uhd/lib/Makefile.am
| * | Merge remote branch 'jblum/mergeme_uhd'Johnathan Corgan2012-03-246-15/+130
| |\ \
| | * | uhd: finite_acquisition_v timeout should be >> than stream timeJosh Blum2012-03-231-1/+1
| | | |
| | * | uhd: add a flush to finite_acquisition_vJosh Blum2012-03-231-0/+3
| | | |
| | * | uhd: perform abi compat check before making a blockJosh Blum2012-03-236-5/+55
| | | |
| | * | uhd: added set_start_time calls to source/sinkJosh Blum2012-03-232-5/+39
| | | |
| | * | uhd: added multi-finite-aquisitionJosh Blum2012-03-231-5/+33
| | |/
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-162-0/+17
|\| |
| * | uhd: conditionalize set_user_register call on availability in UHD APIJohnathan Corgan2012-03-162-2/+10
| | |
| * | Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-registerJohnathan Corgan2012-03-131-0/+5
| |\|
| * | uhd: add API call to set user registersJohnathan Corgan2012-01-102-0/+9
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-01-271-0/+5
|\ \ \ | | |/ | |/|
| * | uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan2012-01-261-0/+5
| |/
* | Merge branch 'master' into nextJohnathan Corgan2011-12-131-0/+19
|\|
| * uhd: added a finite acquisition call to usrp sourceJosh Blum2011-12-131-0/+19
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-45/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* uhd: cleanup some -Wall warningsJosh Blum2011-11-271-2/+2
|
* uhd: rebase tweaks + update on command featureJosh Blum2011-11-072-4/+43
|
* uhd: added set for RX/TX iq balance and dc offsetJosh Blum2011-11-072-4/+44
|
* uhd: added set/get time/clock source callsJosh Blum2011-11-072-0/+96
|
* uhd: added get_samp_rates callsJosh Blum2011-11-072-0/+16
|
* uhd: restored source block recv single packet functionalityJosh Blum2011-11-071-1/+1
|
* uhd: backwards compat work which support streamer APIJosh Blum2011-11-072-21/+131
|
* uhd: added buffer flush when source block is stoppedJosh Blum2011-11-031-0/+19
| | | | | This is useful for re-running the flowgraph, and avoids the problem of old data on the next run.
* the librariesJosh Blum2011-10-231-8/+1
|
* tags: made tags object orientedJosh Blum2011-10-191-10/+9
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-12/+12
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-262-13/+101
|\
| * uhd: can't be const to go into tag_work, which might change it.Tom Rondeau2011-09-261-2/+2
| |
| * uhd: tweaks for some minor detailsJosh Blum2011-09-262-2/+3
| |