All Classes Functions Typedefs
AutopilotManager.hpp
1 #ifndef AUTOPILOTMANAGER_HPP_INCLUDED
2 #define AUTOPILOTMANAGER_HPP_INCLUDED
3 #include "AutopilotType.hpp"
4 
5 class AutopilotBase;
8 
10 {
11 
12 public:
13 
14  AutopilotBase * GetAP(AutopilotType type);
15 
18 private:
19 
20 
21  AutopilotStandard * pAPStandard;
22  AutopilotSophisticated * pAPSophisticated;
23 };
24 
25 #endif // AUTOPILOTMANAGER_HPP_INCLUDED