aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-18 15:43:50 -0800
committerJosh Blum <josh@joshknows.com>2010-11-18 15:43:50 -0800
commitdd03a2a0dff2d34e7ffca95531eaa42c85fd756c (patch)
tree7ea89df802af80caed907d18173f990689662764 /host/lib/types.cpp
parent28d49657a959feeec9142094735fb4e184c3e9a4 (diff)
parent89ae5f3f651cff22226e2b2c0ce0ed796dad4c71 (diff)
downloaduhd-dd03a2a0dff2d34e7ffca95531eaa42c85fd756c.tar.gz
uhd-dd03a2a0dff2d34e7ffca95531eaa42c85fd756c.tar.bz2
uhd-dd03a2a0dff2d34e7ffca95531eaa42c85fd756c.zip
Merge branches 'master' and 'master' of ettus.sourcerepo.com:ettus/uhdpriv
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r--host/lib/types.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp
index 8ccb664d5..bea20a4aa 100644
--- a/host/lib/types.cpp
+++ b/host/lib/types.cpp
@@ -21,6 +21,7 @@
#include <uhd/types/clock_config.hpp>
#include <uhd/types/stream_cmd.hpp>
#include <uhd/types/metadata.hpp>
+#include <uhd/types/ranges.hpp>
#include <uhd/types/time_spec.hpp>
#include <uhd/types/device_addr.hpp>
#include <uhd/types/mac_addr.hpp>
@@ -40,6 +41,12 @@
using namespace uhd;
/***********************************************************************
+ * ranges template instantiation
+ **********************************************************************/
+template struct uhd::meta_range_t<float>;
+template struct uhd::meta_range_t<double>;
+
+/***********************************************************************
* tune request
**********************************************************************/
tune_request_t::tune_request_t(double target_freq):