aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rx_rate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* created ascii art dft plotter in uhdJosh Blum2010-10-251-1/+0
|
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-4/+4
|
* uhd: added async recv message call to device apiJosh Blum2010-07-201-1/+1
| | | | | | implemented in usrp2 io impl added async metadata type
* 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-121-5/+10
|
* 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-091-1/+4
| | | | vrt packet handler fills in error codes and inspects non-data packet
* 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-051-2/+2
| | | | 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-051-1/+1
| | | | for simple and mimo usrp
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-241-11/+2
| | | | | | | | | 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-241-0/+150
Made mods to time spec to support math operators.