aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_common.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-01-15 16:23:12 +0100
committerMartin Braun <martin.braun@ettus.com>2015-07-31 12:26:44 -0700
commitbd293b70f4128210b79823e1ce8597ba08d09df6 (patch)
tree1458097ee1a74a45901092534fbc2e3ec926dcb9 /host/lib/convert/convert_common.hpp
parent64b8681cf8d3dc3621d92d68e2337671ee692d15 (diff)
downloaduhd-bd293b70f4128210b79823e1ce8597ba08d09df6.tar.gz
uhd-bd293b70f4128210b79823e1ce8597ba08d09df6.tar.bz2
uhd-bd293b70f4128210b79823e1ce8597ba08d09df6.zip
convert: Added converters for raw strings
- u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion
Diffstat (limited to 'host/lib/convert/convert_common.hpp')
-rw-r--r--host/lib/convert/convert_common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/convert/convert_common.hpp b/host/lib/convert/convert_common.hpp
index 65fdcbea2..6e73e9436 100644
--- a/host/lib/convert/convert_common.hpp
+++ b/host/lib/convert/convert_common.hpp
@@ -86,6 +86,7 @@ typedef float f32_t;
typedef boost::int32_t s32_t;
typedef boost::int16_t s16_t;
typedef boost::int8_t s8_t;
+typedef boost::uint8_t u8_t;
typedef boost::uint32_t item32_t;