Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -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. | ||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -1/+1 |
| | | | | instead of 0 and 1. | ||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 1 | -9/+8 |
| | |||||
* | uhd: tweak for tx_timed_samples to pad async msg timeout | Josh Blum | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | uhd: just send a mini EOB packet for tx timed samplesa | Josh Blum | 2011-06-03 | 1 | -3/+7 |
| | |||||
* | tx_timed_samples: fix so EOB isn't set on every pkt | Nick Foster | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates | Josh Blum | 2011-05-20 | 1 | -3/+0 |
| | |||||
* | uhd: created rx_multi_samples for multi-channel example | Josh Blum | 2011-03-11 | 1 | -7/+1 |
| | |||||
* | uhd: cleanup/tweaks on timed samples examples | Josh Blum | 2011-03-11 | 1 | -22/+36 |
| | |||||
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -10/+13 |
| | |||||
* | examples: init metadata with time before loop begins | Josh Blum | 2011-01-17 | 1 | -3/+5 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: use double for seconds in example apps so we can do partial seconds | Josh Blum | 2011-01-12 | 1 | -2/+2 |
| | |||||
* | uhd: removed SOB always from tx examples, | Josh Blum | 2010-12-30 | 1 | -1/+1 |
| | | | | use the multi usrp set unknown pps in the test app | ||||
* | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵ | Josh Blum | 2010-10-27 | 1 | -7/+12 |
| | | | | options | ||||
* | timeout: proper way to check for timeout in full buff mode | Josh Blum | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | uhd: modified tx timed samples to deal with timeout | Josh Blum | 2010-10-04 | 1 | -1/+4 |
| | |||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 1 | -3/+3 |
| | |||||
* | uhd: added dilv option for timed examples, also made tx timed example fragment | Josh Blum | 2010-07-07 | 1 | -14/+26 |
| | |||||
* | 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 | -3/+3 |
| | | | | | | | | | 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: working windows implementation of thread priority setting, added called ↵ | Josh Blum | 2010-06-16 | 1 | -0/+3 |
| | | | | to example apps | ||||
* | tweaks to remove warning is msvc | Josh Blum | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -0/+92 |
Added called to device to get max samples per packet. Removed device props that gave max samples per packet. |