mavlink.h 303 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
lm's avatar
lm committed
4
 *	 Generated on Sunday, July 31 2011, 15:12 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)
James Goppert's avatar
James Goppert committed
10
#include "common.h"
lm's avatar
lm committed
11 12 13 14
#ifdef MAVLINK_CHECK_LENGTH
#include "lengths.h"
#endif
#pragma pack(pop)
James Goppert's avatar
James Goppert committed
15
#endif