All Classes Functions Typedefs
AutopilotType.hpp
1 #ifndef AUTOPILOTTYPE_HPP_INCLUDED
2 #define AUTOPILOTTYPE_HPP_INCLUDED
3 
4 enum AutopilotType
5 {
6  AP_STANDARD,
7  AP_SOPHISTICATED,
8  AP_NONE
9 };
10 
11 #endif // AUTOPILOTTYPE_HPP_INCLUDED