| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Made mods to time spec to support math operators.
|
|
|
|
| |
to example apps
|
|
|
|
| |
Added try catch to recv helper because vrt unpack can throw.
|
| |
|
|
|
|
|
| |
Added called to device to get max samples per packet.
Removed device props that gave max samples per packet.
|
|
|
|
|
| |
Using the args string for the find devices app.
Added documentation to simple usrp.
|
| |
|
|
|
|
| |
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.
|