aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_item32.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-09-01 16:00:31 -0700
committerMartin Braun <martin.braun@ettus.com>2015-09-01 16:00:31 -0700
commit71f6902d33f5c915bf15409428654ebfe7314226 (patch)
tree5afb9d6bfe517a951970c866da5f0bc857e073bd /host/lib/convert/convert_item32.cpp
parent6464a000150858b5d65a53490f0593d5ba1e4ca6 (diff)
downloaduhd-71f6902d33f5c915bf15409428654ebfe7314226.tar.gz
uhd-71f6902d33f5c915bf15409428654ebfe7314226.tar.bz2
uhd-71f6902d33f5c915bf15409428654ebfe7314226.zip
convert: Added s8, s16 types and did some refactoring
Diffstat (limited to 'host/lib/convert/convert_item32.cpp')
-rw-r--r--host/lib/convert/convert_item32.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/convert/convert_item32.cpp b/host/lib/convert/convert_item32.cpp
index 57bd64860..d52b47a1a 100644
--- a/host/lib/convert/convert_item32.cpp
+++ b/host/lib/convert/convert_item32.cpp
@@ -38,7 +38,10 @@
_DECLARE_ITEM32_CONVERTER(cpu_type, sc8) \
_DECLARE_ITEM32_CONVERTER(cpu_type, sc16)
+/* Create sc16<->sc16,sc8(otw) */
DECLARE_ITEM32_CONVERTER(sc16)
+/* Create fc32<->sc16,sc8(otw) */
DECLARE_ITEM32_CONVERTER(fc32)
+/* Create fc64<->sc16,sc8(otw) */
DECLARE_ITEM32_CONVERTER(fc64)
_DECLARE_ITEM32_CONVERTER(sc8, sc8)