| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
config include to static.hpp to compile under windows
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
(specified by environment variable path).
Added a demo test module as well.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
| |
program options).
|
|
|
|
|
| |
replaced it with gain and freq range tuples.
This simplifies the api calls and subdev properties.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added a packet size param to the vrt pack and unpack.
|
|
|
|
| |
Added a vrt test app that packs and unpacks the data.
|
|
|
|
| |
Created usrp2 spi transaction control on host and fw
|
|
|