Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 1 | -54/+93 |
| | | | | needs testing | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -6/+4 |
| | | | | | | | | | 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. | ||||
* | float casts to remove msvc warnings | Josh Blum | 2010-06-08 | 1 | -12/+14 |
| | |||||
* | Replaced convert types with generated convert types that handles more cases. | Josh Blum | 2010-06-08 | 2 | -0/+124 |
| | | | | Added unit test for generated converter. | ||||
* | Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵ | Josh Blum | 2010-06-07 | 1 | -2/+2 |
| | | | | | | 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 utils | Josh Blum | 2010-06-06 | 2 | -0/+40 |
| | |||||
* | work on alignment buffer, got unit test working | Josh Blum | 2010-05-28 | 2 | -13/+11 |
| | |||||
* | work on bounded and alignment buffer with unit testing | Josh Blum | 2010-05-28 | 1 | -4/+75 |
| | |||||
* | work on buffers for recv | Josh Blum | 2010-05-28 | 2 | -0/+47 |
| | |||||
* | Removed the boost exception stuff, replaced it with macro that formats the ↵ | Josh Blum | 2010-05-05 | 1 | -3/+11 |
| | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6. | ||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -2/+15 |
| | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | Code tweaks and added unit test for dict and error message. | Josh Blum | 2010-05-01 | 3 | -0/+114 |
| | |||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -3/+3 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -1/+1 |
| | | | | | Using the args string for the find devices app. Added documentation to simple usrp. | ||||
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -5/+7 |
| | |||||
* | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 2 | -5/+5 |
| | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | unit test for device addr | Josh Blum | 2010-03-29 | 1 | -0/+38 |
| | |||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Added tune helper to utils. | Josh Blum | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir. | ||||
* | minor fix to wax test to get unit testing working on windows, added missing ↵ | Josh Blum | 2010-03-28 | 2 | -9/+14 |
| | | | | config include to static.hpp to compile under windows | ||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 2 | -13/+14 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Added ability to load modules at runtime | Josh Blum | 2010-03-21 | 2 | -3/+34 |
| | | | | | (specified by environment variable path). Added a demo test module as well. | ||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -6/+5 |
| | | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro. | ||||
* | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 2 | -2/+2 |
| | | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings | ||||
* | Replaced uses of wax:cast with the templated as method (like in boost ↵ | Josh Blum | 2010-03-15 | 2 | -13/+14 |
| | | | | program options). | ||||
* | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 1 | -48/+32 |
| | | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties. | ||||
* | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 1 | -4/+14 |
| | | | | | | 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. | ||||
* | Split metadata into rx and tx specific metadata. | Josh Blum | 2010-03-03 | 1 | -6/+6 |
| | | | | | | The rx metadata has fragment flags and the tx metatdata has burst flags. Made the io impl for usrp2 rx routine fill in the rx metatdata fragment flag. Added device documentation for send and recv in regards to fragmentation. | ||||
* | Making use of vrt lib in the usrp2 io_impl. | Josh Blum | 2010-03-03 | 1 | -0/+3 |
| | | | | Added a packet size param to the vrt pack and unpack. | ||||
* | Added a vrt library to pack and unpack from metadata. | Josh Blum | 2010-03-02 | 2 | -0/+98 |
| | | | | Added a vrt test app that packs and unpacks the data. | ||||
* | Worked out spi api for the dboard interface. | Josh Blum | 2010-02-17 | 3 | -106/+0 |
| | | | | Created usrp2 spi transaction control on host and fw | ||||
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 7 | -0/+391 |