messagepack implementation for embedded systems (mbed / arduino)

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers msgpack.h Source File

msgpack.h

00001 /*
00002  * MessagePack for C
00003  *
00004  * Copyright (C) 2008-2009 FURUHASHI Sadayuki
00005  *
00006  *    Distributed under the Boost Software License, Version 1.0.
00007  *    (See accompanying file LICENSE_1_0.txt or copy at
00008  *    http://www.boost.org/LICENSE_1_0.txt)
00009  */
00010 /**
00011  * @defgroup msgpack MessagePack C
00012  * @{
00013  * @}
00014  */
00015 
00016 #include "util.h"
00017 #include "object.h"
00018 #include "zone.h"
00019 #include "pack.h"
00020 #include "unpack.h"
00021 #include "sbuffer.h"
00022 #include "vrefbuffer.h"
00023 #include "version.h"