From bd293b70f4128210b79823e1ce8597ba08d09df6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 15 Jan 2015 16:23:12 +0100 Subject: convert: Added converters for raw strings - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion --- host/lib/convert/convert_common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/convert/convert_common.hpp') 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; -- cgit v1.2.3