endian_compat.h
Go to the documentation of this file.
00001 /*
00002 Copyright Rene Rivera 2013
00003 Distributed under the Boost Software License, Version 1.0.
00004 (See accompanying file LICENSE_1_0.txt or copy at
00005 http://www.boost.org/LICENSE_1_0.txt)
00006 */
00007 
00008 #ifndef BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H
00009 #define BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H
00010 
00011 #include <boost/predef/other/endian.h>
00012 
00013 #if BOOST_ENDIAN_BIG_BYTE
00014 #   define BOOST_BIG_ENDIAN
00015 #   define BOOST_BYTE_ORDER 4321
00016 #endif
00017 #if BOOST_ENDIAN_LITTLE_BYTE
00018 #   define BOOST_LITTLE_ENDIAN
00019 #   define BOOST_BYTE_ORDER 1234
00020 #endif
00021 #if BOOST_ENDIAN_LITTLE_WORD
00022 #   define BOOST_PDP_ENDIAN
00023 #   define BOOST_BYTE_ORDER 2134
00024 #endif
00025 
00026 #endif


cv_bridge
Author(s): Patrick Mihelich, James Bowman
autogenerated on Wed Aug 9 2017 02:51:41