From ea9d55b17b181495b4217c222bbf1b77519a802e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 19 Feb 2010 16:22:25 -0800 Subject: DUC and DDC control packets OTW --- host/include/uhd/props.hpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/props.hpp b/host/include/uhd/props.hpp index 4012ffbd2..2b6daf6c5 100644 --- a/host/include/uhd/props.hpp +++ b/host/include/uhd/props.hpp @@ -30,15 +30,15 @@ namespace uhd{ typedef float gain_t; typedef double freq_t; - //scalar types - typedef int int_scalar_t; - typedef float real_scalar_t; - typedef std::complex complex_scalar_t; - - //vector types - typedef std::vector int_vec_t; - typedef std::vector real_vec_t; - typedef std::vector complex_vec_t; + //scalar types (have not used yet, dont uncomment until needed) + //typedef int int_scalar_t; + //typedef float real_scalar_t; + //typedef std::complex complex_scalar_t; + + //vector types (have not used yet, dont uncomment until needed) + //typedef std::vector int_vec_t; + //typedef std::vector real_vec_t; + //typedef std::vector complex_vec_t; //typedef for handling named properties typedef std::vector prop_names_t; -- cgit v1.2.3