Main Page
Classes
Files
File List
All
Classes
Functions
Typedefs
multipleVesselsMFD
example
Autopilot
AutopilotSophisticated.hpp
1
#ifndef AUTIPILOTSOPHISTICATED_HPP_INCLUDED
2
#define AUTIPILOTSOPHISTICATED_HPP_INCLUDED
3
4
#include "AutopilotBase.hpp"
5
6
class
AutopilotSophisticated
:
public
AutopilotBase
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
Generated on Sat Feb 23 2013 09:37:47 by
1.8.1.2