Main Page
Classes
Files
File List
All
Classes
Functions
Typedefs
multipleVesselsMFD
example
Autopilot
AutopilotManager.hpp
1
#ifndef AUTOPILOTMANAGER_HPP_INCLUDED
2
#define AUTOPILOTMANAGER_HPP_INCLUDED
3
#include "AutopilotType.hpp"
4
5
class
AutopilotBase
;
6
class
AutopilotStandard
;
7
class
AutopilotSophisticated
;
8
9
class
AutopilotManager
10
{
11
12
public
:
13
14
AutopilotBase
* GetAP(AutopilotType type);
15
16
AutopilotManager
();
17
~
AutopilotManager
();
18
private
:
19
20
21
AutopilotStandard
* pAPStandard;
22
AutopilotSophisticated
* pAPSophisticated;
23
};
24
25
#endif // AUTOPILOTMANAGER_HPP_INCLUDED
Generated on Sat Feb 23 2013 09:37:47 by
1.8.1.2