Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added timeout error message to timed samples example. | Josh Blum | 2010-05-24 | 1 | -0/+4 |
| | | | | Added try catch to recv helper because vrt unpack can throw. | ||||
* | tweaks to remove warning is msvc | Josh Blum | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 3 | -5/+104 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -5/+4 |
| | | | | | Using the args string for the find devices app. Added documentation to simple usrp. | ||||
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -1/+3 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | extended stream cmd with mode enum, and extended fragment flags in metadata | Josh Blum | 2010-04-03 | 1 | -3/+2 |
| | |||||
* | Moved usrp specific things into usrp directories and namespaces. | Josh Blum | 2010-04-01 | 1 | -2/+2 |
| | | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason. | ||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+0 |
| | |||||
* | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 1 | -1/+4 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -1/+2 |
| | | | | | | | 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 | ||||
* | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -5/+9 |
| | | | | | | | | | 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. | ||||
* | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 2 | -0/+111 |
The files get installed into the pkg data directory. |