VR-Link API Documentation for HLA Evolved
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
missile.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
#include "
launcherInit.h
"
6
#include <
matrix/vlVector.h
>
7
#include <
matrix/vlTaitBryan.h
>
8
#include <
vl/topoView.h
>
9
#include <
matrix/vlDcm.h
>
10
11
class
DtExerciseConn
;
12
class
DtEntityPublisher
;
13
14
class
Missile
15
{
16
public
:
17
18
Missile
(
DtExerciseConn
* conn,
DtEntityPublisher
* launcher,
19
const
DtLauncherInitializer
&init);
20
virtual
~Missile
();
21
22
virtual
void
setPos
(
DtConstVector
vec);
23
virtual
void
setVel
(
DtConstVector
vec);
24
virtual
void
tick
(
DtTime
simTime);
25
virtual
DtEntityPublisher
*
entityPub
();
26
27
protected
:
28
29
DtEntityPublisher
*
myPub
;
30
DtTopoView
*
myTopoView
;
31
DtVector
position
;
32
DtVector
velocity
;
33
DtVector
localVel
;
34
DtVector
localPos
;
35
DtTaitBryan
initAngles
;
36
DtDcm
erector2topo
;
37
DtVector
initPosition
;
38
double
myMissileMoveTime
;
39
double
myMissileStopTime
;
40
};
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
)