VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
elevatingBallisticGunControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: elBalGnCtlDsc.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtElevatingBallisticGunControllerDescriptor_H_
15
#define DtElevatingBallisticGunControllerDescriptor_H_
16
17
#include "
vrfobjparam/ballisticGunControllerDescriptor.h
"
18
#include "
vrfutil/rwReal.h
"
19
#include "
vrfutil/rwInt.h
"
20
#include <vlpi/disEnums.h>
21
28
#include "
vrfobjparam/vrfobjparamDefines.h
"
29
class
DT_DLL_vrfobjparam
DtElevatingBallisticGunControllerDescriptor
:
public
30
DtBallisticGunControllerDescriptor
31
{
32
public
:
34
DtElevatingBallisticGunControllerDescriptor
(
const
DtString
& name,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtElevatingBallisticGunControllerDescriptor
(
const
39
DtElevatingBallisticGunControllerDescriptor
& orig,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
DtElevatingBallisticGunControllerDescriptor
&
operator=
(
const
44
DtElevatingBallisticGunControllerDescriptor
& orig);
45
47
virtual
~
DtElevatingBallisticGunControllerDescriptor
();
48
51
virtual
DtString
type
()
const
;
52
53
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
54
= 0)
const
;
55
58
virtual
DtReal maxElevationRate()
const
;
59
virtual
void
setMaxElevationRate(DtReal maxElevationRate);
61
64
virtual
DtArtPartType gunToControl()
const
;
65
virtual
void
setGunToControl(DtArtPartType gunToControl);
67
69
static
DtComponentDescriptor
*
creator
();
70
71
protected
:
73
DtElevatingBallisticGunControllerDescriptor
();
74
75
protected
:
79
85
DtRwReal
myMaxElevationRate
;
86
93
DtRwInt
myGunToControl
;
94
96
};
97
98
#endif
99
100
101
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)