summaryrefslogtreecommitdiffstats
path: root/host/lib/time_spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refactored types.hpp into types directoryJosh Blum2010-03-271-35/+0
|
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-5/+0
| | | | | | | | | 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.
* got uhd almost compiling in windowze. figured out special flags. also had to ↵Josh Blum2010-03-171-4/+4
| | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-0/+40
Added setting time capability to the usrp2 impl. Messing with props and time specs...