| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
| |
program options).
|
|
|
|
|
| |
Added setting time capability to the usrp2 impl.
Messing with props and time specs...
|
|
|
|
|
|
| |
Simplified the fast path checking in the fw, but it turns out this was not the issue.
Fixed some bad bit operations with the 16sc words (dont forget sign extension).
Added some more documentation to the headers....
|
|
|
|
| |
Added a packet size param to the vrt pack and unpack.
|
|
|
|
|
| |
Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate...
Fixed some buffer size calculation logic.
|
|
|
|
|
|
| |
Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers).
Added some vrt rx constants to the fw common used by host and fw.
Removed the MTU prop and added a general device prop for num samples.
|
| |
|
|
prefixed them with dboard_ and mboard_.
And yes, the code is compiling.
|