Commit graph

5 commits

Author SHA1 Message Date
Philip Balister
11bdf9e8a5 Fix warning in rx_samples_c.c.
time_t is not guaranteed to be printable as in int type. Use
difftime to portably convert time_t to float and print result.

Signed-off-by: Philip Balister <philip@opensdr.com>
2016-10-13 17:34:40 -07:00
Martin Braun
36c8e0f81a examples: Fixed error code variable in rx_samples_c 2015-11-17 09:17:02 -08:00
Nicholas Corgan
bc9dd05988 C API cleanup, feature additions
* Cleaned up usage of handles vs. handle pointers
* Store global string for last error thrown
* Removed uhd::device_addr_t handle, added std::vector<std::string> handle
2015-08-12 12:19:20 -07:00
Nicholas Corgan
f1ebf68829 C API: feature additions, bugfixes
* Wrapped uhd::device_addrs_t, added find functions for multi_usrp, multi_usrp_clock
* Replaced getopt with public domain implementation
* Minor bugfixes
2015-08-07 11:23:59 -07:00
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