Main Page
Classes
Files
File List
All
Classes
Functions
DialogTarget.h
1
#ifndef DialogTarget_H
2
#define DialogTarget_H
3
4
#include <string>
5
6
class
VESSEL;
7
class
MFDDataLaunchMFD
;
8
9
class
DialogTarget
10
{
11
public
:
12
static
bool
clbk(
void
*
id
,
char
*str,
void
*usrdata);
13
14
protected
:
15
private
:
16
static
VESSEL * UpdateProbe(
MFDDataLaunchMFD
* data,
double
incl,
double
LAN,
int
frame );
17
static
std::string GetProbeName( VESSEL * v );
18
};
19
20
#endif // DialogTarget_H
Generated on Sat Feb 23 2013 09:37:08 by
1.8.1.2