VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
iFireCtlDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: iFireCtlDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtIndirectFireControllerDescriptor_H_
16
#define DtIndirectFireControllerDescriptor_H_
17
18
#include "
vrfobjparam/basWpnCtlDesc.h
"
19
#include "
vrfutil/rwStringList.h
"
20
#include "
vrfutil/rwReal.h
"
21
#include "
vrfutil/rwInt.h
"
22
#include "
vrfutil/simMunition.h
"
23
#include "
vrfutil/nLenRealVec.h
"
24
31
#include "
vrfobjparam/vrfobjparamDefines.h
"
32
class
DT_DLL_vrfobjparam
DtIndirectFireControllerDescriptor
:
public
33
DtBaseWeaponControllerDescriptor
34
{
35
public
:
37
DtIndirectFireControllerDescriptor
(
const
DtString
& name,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
DtIndirectFireControllerDescriptor
(
const
DtSymbolString
& name,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
43
DtIndirectFireControllerDescriptor
(
44
const
DtIndirectFireControllerDescriptor
& orig,
45
DtReaderWriterRegistry
* parentRegistry = NULL);
46
48
DtIndirectFireControllerDescriptor
&
operator=
(
49
const
DtIndirectFireControllerDescriptor
& orig);
50
52
virtual
~
DtIndirectFireControllerDescriptor
();
53
56
virtual
DtString
type
()
const
;
58
61
virtual
const
DtRwStringList
& defaultAmmoList()
const
;
62
virtual
void
setDefaultAmmoList(
const
DtRwStringList
& list);
64
67
virtual
int
numRoundsPerMission()
const
;
68
virtual
void
setNumRoundsPerMission(
int
numRoundsPerMission);
70
73
virtual
const
DtNLengthRealVector
& maxRangeList()
const
;
74
virtual
void
setMaxRangeList(
const
DtNLengthRealVector
& maxRangeList);
76
79
virtual
const
DtString
& rangeName()
const
;
80
virtual
void
setRangeName(
const
DtString
& rangeName);
82
85
virtual
DtReal minRange()
const
;
86
virtual
void
setMinRange(DtReal minRange);
88
89
virtual
DtComponentDescriptor
*
clone
(
90
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
91
93
static
DtComponentDescriptor
*
creator
();
94
95
protected
:
97
DtIndirectFireControllerDescriptor
();
98
99
protected
:
100
104
108
DtRwStringList
myDefaultAmmoList
;
109
114
DtRwInt
myNumRoundsPerMission
;
115
119
DtRwReal
myMinRange
;
120
127
DtNLengthRealVector
myMaxRangeList
;
128
131
DtRwString
myRangeName
;
132
134
};
135
136
#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
)