Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | created ascii art dft plotter in uhd | Josh Blum | 2010-10-25 | 1 | -1/+0 |
| | |||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 1 | -4/+4 |
| | |||||
* | uhd: added async recv message call to device api | Josh Blum | 2010-07-20 | 1 | -1/+1 |
| | | | | | | implemented in usrp2 io impl added async metadata type | ||||
* | uhd: benchmark app, stop if left running initially | Josh Blum | 2010-07-13 | 1 | -0/+1 |
| | |||||
* | uhd: switch statements to handle error code, default md to error code none | Josh Blum | 2010-07-12 | 1 | -5/+10 |
| | |||||
* | uhd: setup metadata for fragment case (not in general case) | Josh Blum | 2010-07-12 | 1 | -10/+10 |
| | | | | usrp2: print rev number in mboard name | ||||
* | uhd: benchmark app, overruns are ok to get | Josh Blum | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | uhd: added error codes to rx metadata, switched examples to use | Josh Blum | 2010-07-09 | 1 | -1/+4 |
| | | | | vrt packet handler fills in error codes and inspects non-data packet | ||||
* | uhd: added single rate option to benchmark example | Josh Blum | 2010-07-07 | 1 | -4/+13 |
| | |||||
* | uhd: removed some errors and warnings under macosx gcc build | Josh Blum | 2010-07-06 | 1 | -1/+3 |
| | |||||
* | uhd: replaced old send and recv with inline wrappers that take a single ↵ | Josh Blum | 2010-07-05 | 1 | -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 Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | for simple and mimo usrp | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -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 app | Josh Blum | 2010-06-24 | 1 | -0/+150 |
Made mods to time spec to support math operators. |