| 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.
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
a zero length command (now, no chain) used to stop the streaming.
Now it seems to do the reverse... must investigate.
Made all clock configuration into enums. The strings were painful
and there cant be that many variations that enums cant cover them.
The enums will make more sense to developers than mystery strings.
|
|
|
|
|
| |
Added useful calls to simple device.
Fixed vrt frac time usage (wrong word).
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
| |
program options).
|
|
|
|
|
| |
replaced it with gain and freq range tuples.
This simplifies the api calls and subdev properties.
|
|
|
|
|
|
| |
The dboard is now just a uint16 (dont bother with the enums).
The dboard manager now registers subdevs with a name.
The basic board code uses a static block to register itself.
|
|
Added setting time capability to the usrp2 impl.
Messing with props and time specs...
|