aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rx_samples_to_udp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-1/+1
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* Merge branch 'maint'Nicholas Corgan2012-11-191-2/+2
|\
| * examples: fix rx_samples_to_udp bytes vs samplesJosh Blum2012-11-141-2/+2
| |
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+1
|/ | | | instead of 0 and 1.
* uhd: updated ref sensor checks for new option namesJosh Blum2011-11-101-2/+2
|
* uhd: modify examples to use new time/clock source APIJosh Blum2011-11-071-13/+2
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-2/+2
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-5/+7
|
* Updates to example appsJason Abele2011-09-211-2/+51
| | | | | | Add --ref option to specify mboard clock reference source Add check for lock to mboard clock reference (where applicable) Add check of daughterboard LO lock detect (where applicable)
* usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-111-1/+0
| | | | locked
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-15/+14
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-3/+2
| | | | double, simplifies life
* uhd: removed dilv in rx files examplesJosh Blum2010-10-271-7/+0
|
* uhd: added rx samples to udp example, cleaned up other examples, added gain ↵Josh Blum2010-10-271-0/+142
options