aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_dbsrx2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-14/+14
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-1/+1
| | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-4/+4
| | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* Fixed whitespace and added comment.michael-west2014-05-201-5/+6
|
* Fix for BUG 473: UHD: DBSRX2 VCO Autoselect Failing / Wrong Frequency Rangemichael-west2014-05-131-3/+4
| | | | | - Corrected frequency range for DBSRX2 - Corrected register write order when changing frequency
* lib: dbsrx2 bugfixNicholas Corgan2013-11-181-3/+3
|
* mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-2/+2
| | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* Make DBSRX* set default bandwidth based on codec rateJason Abele2012-03-111-1/+5
|
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-1/+1
|
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-131/+63
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* Fix rounding in DBSRX2 tuningJason Abele2011-07-081-1/+1
|
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-1/+1
|
* usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)Josh Blum2011-05-041-9/+8
|
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-6/+6
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-111-2/+8
| | | | locked
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-11/+11
| | | | double, simplifies life
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-1/+1
|
* dbsrx2: updated code for ranges useJosh Blum2010-11-101-6/+6
|
* dbsrx2: removed windows warnings, made bandwidth param a doubleJosh Blum2010-11-051-11/+11
|
* Added mangling for DBSRX2 i2c addresses on USRPJason Abele2010-11-051-10/+9
|
* Adjusting rx_get and rx_set for newer keysJason Abele2010-11-051-30/+16
|
* Working DBSRX2 daughterboard codeJason Abele2010-11-051-0/+454