mavlink.h 333 Bytes
Newer Older
James Goppert's avatar
James Goppert committed
1 2 3
/** @file
 *	@brief MAVLink comm protocol.
 *	@see http://pixhawk.ethz.ch/software/mavlink
4
 *	 Generated on Saturday, August 20 2011, 14:34 UTC
James Goppert's avatar
James Goppert committed
5 6 7 8
 */
#ifndef MAVLINK_H
#define MAVLINK_H

lm's avatar
lm committed
9
#pragma pack(push,1)
10
#include "mavlink_options.h"
James Goppert's avatar
James Goppert committed
11
#include "common.h"
12 13
#ifdef MAVLINK_DATA
#include "mavlink_data.h"
lm's avatar
lm committed
14 15
#endif
#pragma pack(pop)
James Goppert's avatar
James Goppert committed
16
#endif