ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
arducopter_events.h
Go to the documentation of this file.
1
5#ifndef _arducopter_events_h_
6#define _arducopter_events_h_
7
8
9#define ARDUCOPTER_RESERVED_EID 0
10#define ARDUCOPTER_STARTUP_INF_EID 1
11#define ARDUCOPTER_COMMAND_ERR_EID 2
12#define ARDUCOPTER_CONNECTED_TO_AP_EID 3
13
14#endif /* _interface_events_h_ */
15
16/************************/
17/* End of File Comment */
18/************************/