All Classes Functions Typedefs
AutopilotSophisticated.hpp
1 #ifndef AUTIPILOTSOPHISTICATED_HPP_INCLUDED
2 #define AUTIPILOTSOPHISTICATED_HPP_INCLUDED
3 
4 #include "AutopilotBase.hpp"
5 
7 {
8 public:
9  bool NeedPitch( MyMFDData * data ) const;
10  bool NeedYaw( MyMFDData * data ) const;
11  bool NeedMECO( MyMFDData * data ) const;
12  void Guide( MyMFDData * data ) const;
13 };
14 
15 #endif // AUTIPILOTSOPHISTICATED_HPP_INCLUDED