aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/tx_timed_samples.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: added rx samples to udp example, cleaned up other examples, added gain ↵Josh Blum2010-10-271-7/+12
| | | | options
* 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: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-3/+3
|
* uhd: added dilv option for timed examples, also made tx timed example fragmentJosh Blum2010-07-071-14/+26
|
* 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-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 Blum2010-06-161-0/+3
| | | | to example apps
* tweaks to remove warning is msvcJosh Blum2010-05-181-1/+1
|
* Added tx timed samples example.Josh Blum2010-05-181-0/+92
Added called to device to get max samples per packet. Removed device props that gave max samples per packet.