summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-2/+19
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-1/+0
| | | | (it wasnt used)
* usrp: added functions to derive tuned frequency, tweaked logic, added unit testJosh Blum2010-07-164-49/+77
|
* uhd: platform define macrosJosh Blum2010-07-142-3/+14
|
* uhd: define ssize_t for msvc, fixed warning as wellJosh Blum2010-07-091-1/+7
|
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error ↵Josh Blum2010-07-091-5/+8
| | | | with get managed buffers
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-092-4/+27
| | | | vrt packet handler fills in error codes and inspects non-data packet
* uhd: added packet type to vrt if info struct, added burst flags to rx ↵Josh Blum2010-07-082-3/+9
| | | | metadata, fixed vrt if packet parsing bugs
* uhd: moved assert implementation into ipp file, fixed potential bug with ↵Josh Blum2010-07-083-24/+60
| | | | assert throw macro
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-0/+3
| | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples.
* uhd: removed some errors and warnings under macosx gcc buildJosh Blum2010-07-062-2/+2
|
* uhd: added back into old send/recv but with deprecation attributes, moved ↵Josh Blum2010-07-064-17/+109
| | | | inline device stuff into device.ipp
* uhd: added set time w/ unknown pps to mimo usrp, get tx rate bug fixJosh Blum2010-07-061-0/+18
|
* uhd: moved header file implementation code into ipp filesJosh Blum2010-07-058-263/+401
| | | | byteswap, bounded_buffer, and alignment_buffer
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-0/+27
| | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though)
* uhd: added clear capability to alignment buffer (fixes case when next seq is ↵Josh Blum2010-07-052-1/+31
| | | | less than prev)
* uhd: added get time now call to simple and mimo usrpJosh Blum2010-07-052-0/+12
|
* usrp2: bug fix for readback registersJosh Blum2010-07-052-5/+5
| | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler
* uhd: replaced old send and recv with inline wrappers that take a single ↵Josh Blum2010-07-051-24/+29
| | | | buffer and look more like the vectored send/recv
* mimo: added call to set time to zero at next pps on initJosh Blum2010-07-051-0/+1
|
* uhd: filled in mimo usrp rx and tx methodsJosh Blum2010-07-052-0/+69
|
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵Josh Blum2010-07-052-10/+47
| | | | for simple and mimo usrp
* usrp2: removed usrp2.hpp header, its not needed, just use the ↵Josh Blum2010-07-053-65/+72
| | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-052-4/+4
|
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵Josh Blum2010-07-053-86/+89
| | | | needs testing
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-241-35/+47
| | | | | | | | | 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-242-2/+24
| | | | Made mods to time spec to support math operators.
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-181-2/+19
|\
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-181-2/+19
| | | | | | | | dboard code
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-4/+18
| |
* | added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ↵Josh Blum2010-06-171-0/+17
|/ | | | ctrl implementation...
* uhd: work on thread priority schedulingJosh Blum2010-06-162-0/+59
|
* work on algorithms and documentationJosh Blum2010-06-141-7/+65
|
* extend byteswap routines for macosx, and added case for unknownJosh Blum2010-06-081-4/+32
|
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵Josh Blum2010-06-071-4/+44
| | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument.
* added byteswap routine to utilsJosh Blum2010-06-062-0/+93
|
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-024-12/+75
|
* replaced the assert falses with an invalid code path exceptionJosh Blum2010-06-021-0/+7
|
* removed some windows warningsJosh Blum2010-06-021-1/+2
|
* Implemented pirate thread, moved io impl details into io impl cpp file. ↵Josh Blum2010-06-011-0/+4
| | | | Fixed bug in bounded buffer push with pop on full.
* added frame count call to zero-copy iface, tweaks for udp asio implJosh Blum2010-05-291-0/+19
|
* work on alignment buffer, got unit test workingJosh Blum2010-05-282-36/+29
|
* work on bounded and alignment buffer with unit testingJosh Blum2010-05-282-72/+78
|
* work on buffers for recvJosh Blum2010-05-283-0/+279
|
* Made a phony zero-copy interface for those interfaces that are actual ↵Josh Blum2010-05-282-85/+145
| | | | | | copy-interfaces. Using interface in the udp asio transport.
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ↵Josh Blum2010-05-271-2/+3
| | | | onto a ring of managed buffers.
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-242-3/+22
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* use only procfs /proc/partitions for discovering raw devices on linuxJosh Blum2010-05-201-1/+1
|
* dont default the mode parameter, that is only asking for troubleJosh Blum2010-05-191-2/+2
|
* Added tx timed samples example.Josh Blum2010-05-182-13/+24
| | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet.