26 #ifndef MYMFDDATA_HPP_INCLUDED
27 #define MYMFDDATA_HPP_INCLUDED
29 #include "Autopilot/AutopilotType.hpp"
30 #include "../MFDData.hpp"
32 #include "Globals.hpp"
34 #include <orbitersdk.h>
43 void SwitchAutopilot( AutopilotType type );
44 AutopilotType GetAutopilotType()
const;
53 char strTarget[BUFLEN];
54 double m_longitude, m_latitude, m_radius;
59 BODYPHYS GetPlanetParameters (OBJHANDLE hRef)
const;
61 void UpdatePositionVelocity();
62 void UpdateTargetParams();
63 void CheckPlanetChange();
66 AutopilotType autopilotType;
71 #endif // MYMFDDATA_HPP_INCLUDED