aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: replaced templated ranges with one range thing using doubles only to avo...Josh Blum2011-01-051-9/+0
* uhd: potential fix for explicit template + llvmJosh Blum2011-01-021-0/+2
* uhd: ranges symbol fix, try extern macroJosh Blum2010-11-171-0/+7
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-19/+0
* usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-041-8/+5
* uhd: tune helper + request, forgot to use and set target freqJosh Blum2010-10-251-1/+2
* uhd: created tune request struct and implemented more fine grained tuning callsJosh Blum2010-10-251-0/+20
* uhd: made ticks signed in time spec, fixed full secs implementation, added un...Josh Blum2010-10-191-7/+14
* uhd: made split string utility functionJosh Blum2010-08-121-13/+6
* usrp: added subdev spec class with parser to specify subdevice specifications...Josh Blum2010-08-061-3/+6
* uhd: added async recv message call to device apiJosh Blum2010-07-201-12/+0
* usrp: added functions to derive tuned frequency, tweaked logic, added unit testJosh Blum2010-07-161-8/+11
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-091-1/+2
* uhd: added packet type to vrt if info struct, added burst flags to rx metadat...Josh Blum2010-07-081-1/+3
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, need...Josh Blum2010-07-051-4/+0
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison operato...Josh Blum2010-06-241-18/+34
* uhd: created benchmark rx example appJosh Blum2010-06-241-0/+28
* use static init lists for the types, some speedup for the fast path related o...Josh Blum2010-05-171-48/+67
* Created inline send vrt packer function that also handles fragmentation.Josh Blum2010-05-171-0/+4
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ...Josh Blum2010-05-111-12/+15
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+2
* added to the time spec documentationJosh Blum2010-04-261-3/+3
* Got eeprom read/write dboard ids working.Josh Blum2010-04-261-3/+5
* Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom.Josh Blum2010-04-261-0/+27
* Created args string contructor for device address.Josh Blum2010-04-201-24/+22
* moved spi and i2c api into serial.hpp, its used for more than the dboard inte...Josh Blum2010-04-161-0/+9
* renamed dxc to dsp for tune resultJosh Blum2010-04-141-2/+2
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-15/+12
* renamed dict get key and value methodsJosh Blum2010-04-051-2/+2
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-3/+4
* Added io type and otw type for describing types.Josh Blum2010-03-301-0/+35
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-10/+53
* refactored types.hpp into types directoryJosh Blum2010-03-271-5/+108
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-3/+12
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-0/+57