ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ControlEngine / iPhone / Classes / InternalProtocols.h
1 /**
2  * @file InternalProtocols.h
3  *
4  * Copyright 2009 Parrot SA. All rights reserved.
5  * @author D HAEYER Frederic
6  * @date 2009/10/26
7  */
8 #include "ConstantsAndMacros.h"
9
10 @protocol NavdataProtocol
11
12 - (void)parrotNavdata:(navdata_unpacked_t*)data;
13
14 @end