summaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into flow_ctrlJosh Blum2010-10-286-41/+314
|\
| * Merge branch 'next'Josh Blum2010-10-285-40/+313
| |\
| | * uhd: removed dilv in rx files examplesJosh Blum2010-10-272-14/+0
| | |
| | * uhd: added rx samples to udp example, cleaned up other examples, added gain ↵Josh Blum2010-10-275-36/+187
| | | | | | | | | | | | options
| | * uhd: added rx to file example, simplified cmake file for examplesJosh Blum2010-10-272-26/+162
| | |
| * | fix copy/paste typo piroundableJosh Blum2010-10-251-1/+1
| |/
* | Merge branch 'next' into flow_ctrlJosh Blum2010-10-275-9/+483
|\| | | | | | | | | Conflicts: host/include/uhd/types/metadata.hpp
| * created ascii art dft plotter in uhdJosh Blum2010-10-254-1/+475
| |
* | uhd: removed 1 sample buffers in test async messagesJosh Blum2010-10-141-6/+2
| | | | | | | | made a hack in the vrt handler to bump 0 sample requests up to 1 sample (until the hardware supports it)
* | usrp: test async messages app randomly runs testsJosh Blum2010-10-131-17/+67
| |
* | uhd: test eob ack message, usrp2: remove rx drain on init with the promise ↵Josh Blum2010-10-121-12/+20
|/ | | | of a reset register
* uhd: fix async msg test to reflect new timeout apiJosh Blum2010-10-081-5/+3
|
* timeout: proper way to check for timeout in full buff modeJosh Blum2010-10-041-1/+1
|
* uhd: modified tx timed samples to deal with timeoutJosh Blum2010-10-041-1/+4
|
* uhd: fix warning by adding brackets for while(cond){};Josh Blum2010-09-271-1/+1
|
* usrp: modified pps input tester to use double with real value for secondsJosh Blum2010-09-231-5/+5
|
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-206-22/+22
|
* usrp: test for async messages, also renamed pps testJosh Blum2010-09-093-6/+218
|
* uhd: sine table for tx waveformsJosh Blum2010-08-311-4/+15
|
* Created pps_test example and docsJason Abele2010-08-272-0/+90
|
* uhd: removed msvc warnings and errors (no M_PI)Josh Blum2010-08-201-3/+4
|
* uhd: tx waveform generates on the fly nowJosh Blum2010-08-201-54/+57
|
* uhd: tx waveform change how error is measuredJosh Blum2010-08-201-2/+3
|
* uhd: work on tx waveforms to make it more accurateJosh Blum2010-08-191-19/+43
|
* uhd: replaced tx continuous app with tx waveform app (siggen example app)Josh Blum2010-08-193-114/+148
|
* uhd: made tx continuous samples example appJosh Blum2010-07-282-0/+115
|
* Merge branch 'tx_report'Josh Blum2010-07-261-1/+1
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * uhd: added async recv message call to device apiJosh Blum2010-07-201-1/+1
| | | | | | | | | | | | implemented in usrp2 io impl added async metadata type
* | uhd: removed remaining template stuff from vrt packet handler, also tweaked ↵Josh Blum2010-07-261-3/+4
|/ | | | format in rx timed samples
* uhd: benchmark app, stop if left running initiallyJosh Blum2010-07-131-0/+1
|
* uhd: switch statements to handle error code, default md to error code noneJosh Blum2010-07-122-10/+27
|
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-10/+10
| | | | usrp2: print rev number in mboard name
* uhd: benchmark app, overruns are ok to getJosh Blum2010-07-091-1/+1
|
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-092-4/+10
| | | | vrt packet handler fills in error codes and inspects non-data packet
* uhd: added dilv option for timed examples, also made tx timed example fragmentJosh Blum2010-07-072-15/+30
|
* uhd: added single rate option to benchmark exampleJosh Blum2010-07-071-4/+13
|
* uhd: removed some errors and warnings under macosx gcc buildJosh Blum2010-07-061-1/+3
|
* uhd: replaced old send and recv with inline wrappers that take a single ↵Josh Blum2010-07-053-5/+5
| | | | buffer and look more like the vectored send/recv
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵Josh Blum2010-07-053-3/+3
| | | | for simple and mimo usrp
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-243-19/+10
| | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second.
* uhd: created benchmark rx example appJosh Blum2010-06-243-4/+162
| | | | Made mods to time spec to support math operators.
* uhd: working windows implementation of thread priority setting, added called ↵Josh Blum2010-06-162-0/+6
| | | | to example apps
* Added timeout error message to timed samples example.Josh Blum2010-05-241-0/+4
| | | | Added try catch to recv helper because vrt unpack can throw.
* tweaks to remove warning is msvcJosh Blum2010-05-181-1/+1
|
* Added tx timed samples example.Josh Blum2010-05-183-5/+104
| | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet.
* Created args string contructor for device address.Josh Blum2010-04-201-5/+4
| | | | | Using the args string for the find devices app. Added documentation to simple usrp.
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-2/+2
|
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-1/+3
| | | | removed the dict structure for each, we are just going to have one.
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-1/+1
|
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-3/+2
|