aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/tx_timed_samples.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples: remove thread priority elevationCiro Nishiguchi2019-10-221-2/+0
| | | | | | | Remove UHD call to elevate thread priority to realtime. Setting all threads to the same realtime priority can cause the threads to not share access to the network interface fairly, which adversely affects operation of the worker threads in UHD.
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-40/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applying formatting changes to all .cpp and .hpp files in the following directories: ``` find host/examples/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/tests/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/dboard/neon/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/dboard/magnesium/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/device3/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/mpmd/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/x300/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/utils/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find mpm/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file ``` Also formatted host/include/, except Cpp03 was used as a the language standard instead of Cpp11. ``` sed -i 's/ Cpp11/ Cpp03/g' .clang-format find host/include/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file ``` Formatting style was designated by the .clang-format file.
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
| | | | | | Turning off clang formatting around the program option declarations. clang-format makes them looks bad an unreadable because it thinks the options are function calls or something.
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-1/+3
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-1/+1
| | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-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 respectivelyMoritz Fischer2012-10-261-1/+1
| | | | instead of 0 and 1.
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-2/+2
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-9/+8
|
* uhd: tweak for tx_timed_samples to pad async msg timeoutJosh Blum2011-08-301-2/+2
|
* uhd: just send a mini EOB packet for tx timed samplesaJosh Blum2011-06-031-3/+7
|
* tx_timed_samples: fix so EOB isn't set on every pktNick Foster2011-05-261-1/+1
|
* usrp2: turn on ups_per_sec to avoid timeout issues on low sample ratesJosh Blum2011-05-201-3/+0
|
* uhd: created rx_multi_samples for multi-channel exampleJosh Blum2011-03-111-7/+1
|
* uhd: cleanup/tweaks on timed samples examplesJosh Blum2011-03-111-22/+36
|
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-10/+13
|
* examples: init metadata with time before loop beginsJosh Blum2011-01-171-3/+5
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: use double for seconds in example apps so we can do partial secondsJosh Blum2011-01-121-2/+2
|
* uhd: removed SOB always from tx examples,Josh Blum2010-12-301-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 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.