messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers limits.hpp Source File

limits.hpp

00001 # /* Copyright (C) 2001
00002 #  * Housemarque Oy
00003 #  * http://www.housemarque.com
00004 #  *
00005 #  * Distributed under the Boost Software License, Version 1.0. (See
00006 #  * accompanying file LICENSE_1_0.txt or copy at
00007 #  * http://www.boost.org/LICENSE_1_0.txt)
00008 #  */
00009 #
00010 # /* Revised by Paul Mensonides (2002) */
00011 # /* Revised by Edward Diener (2011) */
00012 #
00013 # /* See http://www.boost.org for most recent version. */
00014 #
00015 # ifndef MSGPACK_PREPROCESSOR_CONFIG_LIMITS_HPP
00016 # define MSGPACK_PREPROCESSOR_CONFIG_LIMITS_HPP
00017 #
00018 # define MSGPACK_PP_LIMIT_MAG 256
00019 # define MSGPACK_PP_LIMIT_TUPLE 64
00020 # define MSGPACK_PP_LIMIT_DIM 3
00021 # define MSGPACK_PP_LIMIT_REPEAT 256
00022 # define MSGPACK_PP_LIMIT_WHILE 256
00023 # define MSGPACK_PP_LIMIT_FOR 256
00024 # define MSGPACK_PP_LIMIT_ITERATION 256
00025 # define MSGPACK_PP_LIMIT_ITERATION_DIM 3
00026 # define MSGPACK_PP_LIMIT_SEQ 256
00027 # define MSGPACK_PP_LIMIT_SLOT_SIG 10
00028 # define MSGPACK_PP_LIMIT_SLOT_COUNT 5
00029 #
00030 # endif