VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
cruiseMisLaunchDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: cruiseMisLaunchDesc.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef cruiseMisLaunchDesc_H_
16
#define cruiseMisLaunchDesc_H_
17
18
#include "
vrfobjparam/compDesc.h
"
19
#include "
vrfutil/rwVector.h
"
20
#include "
vrfutil/rwObjType.h
"
21
#include "
vrfutil/rwString.h
"
22
#include "
vrfutil/rwTaitBryan.h
"
23
#include "
vrfutil/rwReal.h
"
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
29
class
DT_DLL_vrfobjparam
DtCruiseMissileLaunchControllerDescriptor
:
public
DtComponentDescriptor
30
{
31
public
:
33
DtCruiseMissileLaunchControllerDescriptor
(
const
DtString
& name,
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtCruiseMissileLaunchControllerDescriptor
(
const
DtCruiseMissileLaunchControllerDescriptor
&
38
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtCruiseMissileLaunchControllerDescriptor
&
operator=
(
const
42
DtCruiseMissileLaunchControllerDescriptor
& orig);
43
45
virtual
~
DtCruiseMissileLaunchControllerDescriptor
();
46
49
virtual
DtString
type
()
const
;
50
53
virtual
DtObjectType
munitionType()
const
;
54
virtual
void
setMunitionType(
const
DtObjectType
& objType);
56
59
virtual
DtString
munitionName()
const
;
60
virtual
void
setMunitionName(
const
DtString
& name);
62
65
virtual
DtVector
launchOffset()
const
;
66
virtual
void
setLaunchOffset(
const
DtVector
& offset);
68
71
virtual
DtTaitBryan launchOrientation()
const
;
72
virtual
void
setLaunchOrientation(
const
DtTaitBryan& orient);
74
77
virtual
DtReal minTimeBetweenLaunch()
const
;
78
virtual
void
setMinTimeBetweenLaunch(DtReal time);
80
83
virtual
const
DtString
& rangeName()
const
;
84
virtual
void
setRangeName(
const
DtString
& rangeName);
86
87
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
88
= 0)
const
;
89
91
static
DtComponentDescriptor
*
creator
();
92
93
private
:
95
DtCruiseMissileLaunchControllerDescriptor
();
96
97
protected
:
98
102
107
DtRwObjectType
myMunitionType
;
108
114
DtRwString
myMunitionName
;
115
122
DtRwVector
myLaunchOffset
;
123
129
DtRwTaitBryan
myLaunchOrientation
;
130
135
DtRwReal
myMinTimeBetweenLaunch
;
136
139
DtRwString
myRangeName
;
140
142
};
143
144
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)