VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
integratedLaserGuidedLauncherController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfmodel/vrfmodelDefines.h
"
14
15
#include <
vrfmodel/laserGuidedLauncherController.h
>
16
17
class
DtEntityListOutputPort
;
18
class
DtWeaponComponentInterface
;
19
class
DtIntegratedLaserGuidedLauncherDescriptor
;
20
class
DtEntityTargetInformation
;
21
26
class
DT_DLL_vrfmodel
DtIntegratedLaserGuidedLauncherController
:
public
DtLaserGuidedLauncherController
27
{
28
private
:
30
DtIntegratedLaserGuidedLauncherController
();
32
DtIntegratedLaserGuidedLauncherController
(
const
DtLaserGuidedLauncherController
& orig);
34
DtIntegratedLaserGuidedLauncherController
&
operator=
(
const
DtLaserGuidedLauncherController
& orig);
35
36
public
:
37
40
DtIntegratedLaserGuidedLauncherController
(
const
DtString
&name,
DtVrfObject
* owner,
41
DtSimManager
* simManager,
DtComponentDescriptor
* compDesc = 0,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
virtual
~
DtIntegratedLaserGuidedLauncherController
();
46
49
virtual
DtString
type
()
const
;
50
52
//Initialize weapon component interface.
53
virtual
bool
init
();
54
56
virtual
void
tick
();
57
59
virtual
bool
fireMunition
(DtReflectedDesignator* target);
60
64
static
DtSimComponent
*
creator
(
const
DtString
& name,
65
DtVrfObject
* owner,
66
DtSimManager
* simManager,
67
DtComponentDescriptor
* desc = 0,
68
DtReaderWriterRegistry
* parentRegistry = 0);
69
70
protected
:
71
72
virtual
bool
createPorts
();
73
74
protected
:
75
76
DtIntegratedLaserGuidedLauncherDescriptor
*
myDescriptor
;
77
78
DtWeaponComponentInterface
*
myWeaponComponentInterface
;
79
80
DtEntityListOutputPort
*
myTargetListOutputPort
;
81
82
DtEntityTargetInformation
*
myCurrentMissileTarget
;
83
84
};
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
)