Main Page
Classes
Files
File List
All
Classes
Functions
LegacyCode
GreatCircleAnimated.h
1
#ifndef GREATCIRCLEANIMATED_H
2
#define GREATCIRCLEANIMATED_H
3
4
#include "GreatCircle.h"
5
#include "PID/PID.hpp"
6
7
8
class
GreatCircleAnimated
:
public
GreatCircle
9
{
10
public
:
11
GreatCircleAnimated
();
12
virtual
~
GreatCircleAnimated
();
13
14
void
ZoomIn();
15
void
ZoomOut();
16
void
Update( MyDC hDC,
int
W,
int
H,
MFDDataLaunchMFD
* data );
17
18
protected
:
19
void
AutoZoomVirtual();
20
21
private
:
22
void
UpdateZoom();
23
24
double
m_tgtZoom;
25
static
double
m_prevTime;
26
EnjoLib::PID m_pidZoomVel;
27
};
28
29
#endif // GREATCIRCLEANIMATED_H
Generated on Sat Feb 23 2013 09:37:08 by
1.8.1.2