Nicholas Corgan
30f87afcba
uhd: C API wrapper
...
* multi_usrp, multi_usrp_clock, and associated classes accessible through C
* Added Doxygen documentation explaining structure and API
* Simple RX and TX streaming examples
* Unit tests for different parts of C interface and C++ error conversion
2015-08-06 10:42:23 -07:00
Nicholas Corgan
715f4dd313
Fixed master-specific warnings
...
* MinGW: unused parameter warning, MSVC-specific pragma
* MSVC: bool narrowing
2015-03-27 13:36:18 -07:00
Josh Blum
122b9477c5
windows: do not set process wide priority from thread prio
2012-02-08 14:24:17 -08:00
Josh Blum
6795022a23
uhd: fixes that make uhd compile on freebsd
...
Fixes gcc version check in byteswap.
Fixes typo in thread prio.
2011-12-30 23:27:33 -08:00
Josh Blum
7f01386f63
uhd: replaced warning post with calls to UHD_MSG(warning)
...
The message api can support warnings, error, and status messages.
The default handler is to stdio, but the user can change this.
2011-05-04 18:36:10 -07:00
Josh Blum
e9ca5336ea
uhd: attempt to cleanup language in thread prio warning
2011-04-09 18:30:16 -05:00
Josh Blum
4357f5d3c0
uhd: replaced instanced of std::exception with the uhd exceptions
2011-02-24 16:35:29 -08:00
Josh Blum
a8bb5ec900
uhd: replace header checks in cmake files with more robust compile checks for features
...
implemented different ifdefs in the cpp files
2011-02-21 19:03:13 -08:00
Josh Blum
cea3d05095
uhd: replaced print warning with a post warning call and registry
...
renamed print warning calls in the implementation
fixed issue with dict::pop so it now works even if the value is not comparable
2010-10-26 14:14:01 -07:00
Josh Blum
787d89518d
uhd: better warning message for failing to set rt priority
2010-10-08 16:04:22 -07:00
Josh Blum
70abdef8f6
uhd: moved utils cpp files into lib/utils directory
2010-08-04 14:50:35 -07:00