VR-Forces 4.3 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
vrfmodel
cruiseMissileLaunchController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfmodel/munitionLaunchController.h
"
15
16
31
32
#include "
vrfmodel/vrfmodelDefines.h
"
33
class
DT_DLL_vrfmodel
DtCruiseMissileLaunchController
:
public
DtMunitionLaunchController
34
{
35
private
:
37
DtCruiseMissileLaunchController
();
39
DtCruiseMissileLaunchController
(
const
DtCruiseMissileLaunchController
& orig);
41
DtCruiseMissileLaunchController
&
operator=
(
const
DtCruiseMissileLaunchController
& orig);
42
43
public
:
44
47
DtCruiseMissileLaunchController
(
const
DtString
&name,
DtVrfObject
* owner,
48
DtSimManager
* simManager,
DtComponentDescriptor
* compDesc = 0,
49
DtReaderWriterRegistry
* parentRegistry = 0);
50
52
virtual
~
DtCruiseMissileLaunchController
();
53
56
virtual
DtString
type
()
const
;
57
61
virtual
void
tick
();
62
66
static
DtSimComponent
*
creator
(
const
DtString
& name,
67
DtVrfObject
* owner,
68
DtSimManager
* simManager,
69
DtComponentDescriptor
* desc = 0,
70
DtReaderWriterRegistry
* parentRegistry = 0);
71
72
protected
:
74
virtual
void
registerTaskMsgCallbacks
();
75
77
virtual
void
setMunitionWarheadData
(
DtVrfObject
* munition,
78
DtEventId& eventId);
79
82
virtual
DtIfPlan
createMunitionPlan
(
const
DtString
& missileName);
83
84
virtual
DtString
getTargetNameFromTaskMessage
(
const
DtTaskMessage
*tm);
85
};
86
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)