aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rx_rate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.