1 #ifndef AUTOPILOTBASE_HPP_INCLUDED
2 #define AUTOPILOTBASE_HPP_INCLUDED
3 #include "../MyMFDData.hpp"
12 virtual void Guide(
MyMFDData * data )
const;
13 virtual bool NeedPitch(
MyMFDData * data )
const = 0;
14 virtual bool NeedYaw(
MyMFDData * data )
const = 0;
15 virtual bool NeedMECO(
MyMFDData * data )
const = 0;
20 bool IsLaunched(
MyMFDData * data )
const;
23 #endif // AUTOPILOTBASE_HPP_INCLUDED