Josh Blum
52df9afd67
Split utils.hpp into subdir with multiple files.
...
static for static block and static instance (singleton)
assert for assertion and throwing related stuff
algorithm for my addons to std::algorithm (has)
and a new one, safe main, for having a main catch-all
2010-03-27 01:02:58 -07:00
Josh Blum
69aaffa6d8
got uhd almost compiling in windowze. figured out special flags. also had to use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
2010-03-17 17:55:20 -08:00
Josh Blum
6458eca954
Added recovery app to use raw socket to burn known ip addr.
...
Fixed up fw so the device can reply after new addrs are set.
2010-03-16 17:54:54 -07:00
Josh Blum
7590f187d0
Device sub classes can register themselves. Simplifies device.cpp internals.
...
Added static instance macro for lazy instantiation of static variables.
2010-03-15 12:15:33 -07:00
Josh Blum
daed43a8a8
Cleaned up the gain handler (thing that gets and sets wildcard gains)
...
and made use of it in the dboard manager so it intercepts the sets and gets.
While doing this, fixed something with nested links in wax obj.
Added some useful macros and templates to the utils.
2010-03-11 18:37:34 -08:00
Josh Blum
5715b2c493
Created empty usrp1e cpp file for the case when headers are not found.
...
Worked on the device make and discovery to fix certain problems.
Added node param to discover usrps for usrp1e, made addr optional.
2010-02-25 18:32:32 -08:00
Josh Blum
3571f65a11
use a single addr param for the usrp2
2010-02-25 12:48:51 -08:00
Josh Blum
3e5898fa11
Made the usrp2 impl into a device.
...
Removed the usrp device wrapper and usrp2 cpp file outside of the usrp2 lib dir.
Also removed the mboard base files since we wont be needing them.
2010-02-21 22:15:30 -08:00
Josh Blum
add5d32f9b
Moved lib and include contents of dboard and mboard one directory up and prefixed them with dboard_ and mboard_.
...
And yes, the code is compiling.
2010-02-21 12:59:41 -08:00
Josh Blum
eb7e709b7a
moved host code into host directory for clean (unambiguous) top level
2010-02-17 00:41:38 -08:00