aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd.h
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2015-08-07 10:25:27 -0700
committerMartin Braun <martin.braun@ettus.com>2015-08-07 11:23:59 -0700
commitf1ebf688291a8f3026940125b2af50e069272fd8 (patch)
treeee5811707fd80e82d68fb1167e8e36ca6bb67dd0 /host/include/uhd.h
parentc2827e9a0bcfe9c2dd2e4dd5d68f895384564ec6 (diff)
downloaduhd-f1ebf688291a8f3026940125b2af50e069272fd8.tar.gz
uhd-f1ebf688291a8f3026940125b2af50e069272fd8.tar.bz2
uhd-f1ebf688291a8f3026940125b2af50e069272fd8.zip
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
Diffstat (limited to 'host/include/uhd.h')
-rw-r--r--host/include/uhd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd.h b/host/include/uhd.h
index 0ecafa88a..1f8f9e896 100644
--- a/host/include/uhd.h
+++ b/host/include/uhd.h
@@ -21,6 +21,7 @@
#include <uhd/config.h>
#include <uhd/error.h>
+#include <uhd/types/device_addrs.h>
#include <uhd/types/metadata.h>
#include <uhd/types/ranges.h>
#include <uhd/types/sensors.h>