minimal.h 743 Bytes
Newer Older
LM's avatar
LM committed
1 2 3
/** @file
 *	@brief MAVLink comm protocol.
 *	@see http://qgroundcontrol.org/mavlink/
4
 *	 Generated on Saturday, August 20 2011, 11:07 UTC
LM's avatar
LM committed
5 6 7 8 9 10 11 12 13
 */
#ifndef MINIMAL_H
#define MINIMAL_H

#ifdef __cplusplus
extern "C" {
#endif


lm's avatar
lm committed
14
#include "../mavlink_protocol.h"
LM's avatar
LM committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

#define MAVLINK_ENABLED_MINIMAL

// MAVLINK VERSION

#ifndef MAVLINK_VERSION
#define MAVLINK_VERSION 2
#endif

#if (MAVLINK_VERSION == 0)
#undef MAVLINK_VERSION
#define MAVLINK_VERSION 2
#endif

// ENUM DEFINITIONS


// MESSAGE DEFINITIONS

#include "./mavlink_msg_heartbeat.h"
35 36 37 38 39 40 41


// MESSAGE CRC KEYS

#undef MAVLINK_MESSAGE_KEYS
#define MAVLINK_MESSAGE_KEYS {  }

lm's avatar
lm committed
42 43 44 45 46
// MESSAGE LENGTHS

#undef MAVLINK_MESSAGE_LENGTHS
#define MAVLINK_MESSAGE_LENGTHS {  }

LM's avatar
LM committed
47 48 49 50
#ifdef __cplusplus
}
#endif
#endif