summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* usrp: added sensors props to mboard and subdev (removed stupid = 'char' thing)Josh Blum2011-02-117-60/+64
* uhd: third iteration of the reference vectorJosh Blum2011-02-111-8/+32
* usrp: added mboard param to get time now and last ppsJosh Blum2011-02-111-2/+4
* uhd: reference vector fix revealed when building w/ debugJosh Blum2011-02-101-15/+7
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-4/+4
* uhd: tweaks to bounded bufferJosh Blum2011-02-102-4/+28
* uhd: tweaks for windows warnings and errorsJosh Blum2011-02-091-4/+3
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-095-86/+80
* uhd: replace asio buffer in make safe w/ memory and length, makes things simplerJosh Blum2011-02-071-36/+27
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-052-39/+34
* udp: simplfy zero copy asio overhead with less shared_from_this, and timed wa...Josh Blum2011-02-052-2/+18
* uhd: added io type and conversion for complex64 (its not really useful)Josh Blum2011-02-031-0/+2
* Merge branch 'multi_usrp_only' into convert_fc64Josh Blum2011-02-034-480/+105
|\
| * uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-1/+5
| * usrp: added set and get master clock rates to usrp APIJosh Blum2011-01-312-0/+21
| * uhd: remove single usrp (leave a typedef), multi-usrp is a superset nowJosh Blum2011-01-272-479/+79
* | uhd: implemented high-res get time in time_spec_tJosh Blum2011-01-301-0/+7
|/
* uhd: added missing API export for special propsJosh Blum2011-01-261-1/+1
* Merge branch 'iface_swig'Josh Blum2011-01-261-21/+22
|\
| * usrp: rename special_props to have a unique prefix, and typedef it in dboard ...Josh Blum2011-01-261-1/+2
| * Added first pass a swigging dboard ifaceJason Abele2011-01-251-21/+21
* | uhd: use boost typedef for scoped_lockJosh Blum2011-01-261-6/+7
|/
* next: generalized the GPS interface to any USRP device. just give it a functi...Nick Foster2011-01-172-0/+57
* uhd: make static block safe with a try,catch,printJosh Blum2011-01-141-3/+12
* uhd: update copyright dates on host codeJosh Blum2011-01-135-5/+5
* uhd: changed convert routines to return the function pointerJosh Blum2011-01-121-20/+14
* uhd: replace all the instances of float not pertaining to io types with doubl...Josh Blum2011-01-116-33/+28
* uhd: create sensor value from stringJosh Blum2011-01-071-1/+14
* uhd: integrated boost split or tokenizer into source files, remove string spl...Josh Blum2011-01-061-23/+6
* uhd: fix copyright years on new filesJosh Blum2011-01-061-1/+1
* uhd: created sensors value, made lib/types and moved filesJosh Blum2011-01-063-1/+119
* uhd: update copyright datesJosh Blum2011-01-0510-10/+10
* uhd: added convenience factory functions for clock config (external/internal)Josh Blum2011-01-051-1/+6
* usrp: fix multi_usrp address documentationJosh Blum2011-01-051-1/+2
* uhd: added get and set methods to dictionary to make swigging it easierJosh Blum2011-01-052-4/+31
* uhd: replaced templated ranges with one range thing using doubles only to avo...Josh Blum2011-01-055-226/+25
* uhd: removed convert types, replaced by convertJosh Blum2011-01-043-141/+0
* Merge branch 'convert' into nextJosh Blum2011-01-042-1/+98
|\
| * uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-042-1/+98
* | Merge branch 'buffer_pool' into nextJosh Blum2011-01-047-68/+108
|\ \
| * | uhd: created buffer pool to allocate aligned memory, and implemented in trans...Josh Blum2011-01-033-3/+63
| * | uhd: try to neaten up the attribute macros in config.hppJosh Blum2011-01-021-55/+31
| * | fu_ranges: dict's keys()/vals() now return non-const to make BOOST_FOREACH ha...Nick Foster2011-01-022-4/+4
| * | uhd: potential fix for explicit template + llvmJosh Blum2011-01-021-6/+10
| |/
| * usrp: xcvr dboards should also register their default subdev name as 0Josh Blum2010-12-311-1/+1
* | Merge branch 'cordic_policy' into nextJosh Blum2011-01-043-8/+19
|\ \
| * | usrp2: implemented get time last ppsJosh Blum2010-12-303-8/+19
| |/
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-224-223/+5
|\ \
| * | usrp2: removed alignment buffer and implemented event based recv + alignment,...Josh Blum2010-12-164-223/+5
| |/
* / usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-2/+0
|/