VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
laserGuidedLauncherDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: laserGuidedLauncherDesc.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef laserGuidedLauncherDesc_h
15
#define laserGuidedLauncherDesc_h
16
17
#include "
vrfobjparam/compDesc.h
"
18
#include "
vrfutil/rwVector.h
"
19
#include "
vrfutil/rwObjType.h
"
20
#include "
vrfutil/rwString.h
"
21
#include "
vrfutil/rwReal.h
"
22
#include "
vrfutil/rwInt.h
"
23
27
class
DtLaserGuidedLauncherControllerDescriptor
:
public
DtComponentDescriptor
28
{
29
public
:
31
DtLaserGuidedLauncherControllerDescriptor
(
const
DtString
&
name
,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtLaserGuidedLauncherControllerDescriptor
(
const
DtLaserGuidedLauncherControllerDescriptor
&
36
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
DtLaserGuidedLauncherControllerDescriptor
&
operator=
(
const
40
DtLaserGuidedLauncherControllerDescriptor
& orig);
41
43
virtual
~DtLaserGuidedLauncherControllerDescriptor
();
44
47
virtual
DtString
type
()
const
;
48
50
51
virtual
DtObjectType
munitionType
()
const
;
52
virtual
void
setMunitionType
(
const
DtObjectType
& objType);
54
56
57
virtual
DtString
munitionName
()
const
;
58
virtual
void
setMunitionName
(
const
DtString
& name);
60
62
63
virtual
DtVector
launchOffset
()
const
;
64
virtual
void
setLaunchOffset
(
const
DtVector
& offset);
66
68
69
virtual
DtReal
minTimeBetweenLaunch
()
const
;
70
virtual
void
setMinTimeBetweenLaunch
(DtReal time);
72
74
75
virtual
DtReal
maxAngleOffBoresight
()
const
;
76
virtual
void
setMaxAngleOffBoresight
(DtReal angle);
78
80
81
virtual
int
designatorCode
()
const
;
82
virtual
void
setDesignatorCode
(
int
value);
84
87
virtual
const
DtString
&
rangeName
()
const
;
88
virtual
void
setRangeName
(
const
DtString
& rangeName);
90
91
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
92
= 0)
const
;
93
95
static
DtComponentDescriptor
*
creator
();
96
97
private
:
99
DtLaserGuidedLauncherControllerDescriptor
();
100
101
protected
:
102
105
106
111
DtRwObjectType
myMunitionType
;
112
118
DtRwString
myMunitionName
;
119
126
DtRwVector
myLaunchOffset
;
127
132
DtRwReal
myMinTimeBetweenLaunch
;
133
139
DtRwReal
myMaxAngleOffBoresight
;
140
148
DtRwInt
myDesignatorCode
;
149
152
DtRwString
myRangeName
;
153
155
};
156
157
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)