From 7dbd83533974713a4d170f01cd2421378cf96ec7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 20 May 2011 11:01:58 -0700 Subject: uhd: picked some minor changes from super packet handler --- host/include/uhd/types/metadata.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/types/metadata.hpp b/host/include/uhd/types/metadata.hpp index f4e084430..269c77c7c 100644 --- a/host/include/uhd/types/metadata.hpp +++ b/host/include/uhd/types/metadata.hpp @@ -81,6 +81,8 @@ namespace uhd{ ERROR_CODE_BROKEN_CHAIN = 0x4, //! An internal receive buffer has filled. ERROR_CODE_OVERFLOW = 0x8, + //! Multi-channel alignment failed. + ERROR_CODE_ALIGNMENT = 0xc, //! The packet could not be parsed. ERROR_CODE_BAD_PACKET = 0xf } error_code; -- cgit v1.2.3