VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
launcher
launcherInit.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
8
#ifndef launcherInit_H_
9
#define launcherInit_H_
10
11
#include <
vl/exerciseConnInitializer.h
>
12
#include <
vlutil/vlString.h
>
13
#include <
matrix/vlVector.h
>
14
#include <
mtl/configVariable.h
>
15
26
class
DtLauncherInitializer
:
public
DtVrlApplicationInitializer
27
{
28
public
:
29
31
DtLauncherInitializer
(
int
argc
,
char
*
argv
[]);
32
34
virtual
~DtLauncherInitializer
();
35
36
private
:
37
39
DtLauncherInitializer
(
const
DtLauncherInitializer
& other);
40
42
DtLauncherInitializer
&
operator=
(
const
DtLauncherInitializer
&other);
43
44
public
:
45
46
virtual
void
parseCmdLine
();
47
48
49
virtual
void
setLispFileName
(
const
DtString
& name);
50
virtual
DtString
lispFileName
()
const
;
51
52
virtual
double
refLatitude
()
const
;
53
virtual
double
refLongitude
()
const
;
54
virtual
double
lifeTime
()
const
;
55
virtual
double
erectorStartTime
()
const
;
56
virtual
double
erectorStopTime
()
const
;
57
virtual
double
missileSwapTime
()
const
;
58
virtual
double
fireTime
()
const
;
59
virtual
double
damageTime
()
const
;
60
virtual
double
missileMoveTime
()
const
;
61
virtual
double
missileStopTime
()
const
;
62
63
64
protected
:
67
virtual
void
initializeMtlParams
();
68
69
protected
:
71
DtConfigVariable<DtString>
myLispFileName
;
72
DtConfigVariable<double>
myLifeTime
;
73
DtConfigVariable<double>
myErectorStartTime
;
74
DtConfigVariable<double>
myErectorStopTime
;
75
DtConfigVariable<double>
myFireTime
;
76
DtConfigVariable<double>
myMissileSwapTime
;
77
DtConfigVariable<double>
myMissileMoveTime
;
78
DtConfigVariable<double>
myMissileStopTime
;
79
DtConfigVariable<double>
myDamageTime
;
80
81
int
myMtlUseAsynchronousIO
;
82
double
myRefLatitude
;
83
double
myRefLongitude
;
84
};
85
86
#endif
87
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)