| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
removed the dict structure for each, we are just going to have one.
|
| |
|
| |
|
|
|
|
|
| |
Renamed simple device to simple usrp (it was usrp specific).
Moved tune helper to usrp dir for same reason.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
The files get installed into the pkg data directory.
|