VR-Forces Development_Version 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
const
char
*
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
DtUUID
& missile);
83
84
virtual
DtUUID
getTargetFromTaskMessage
(
const
DtTaskMessage
*tm)
const
;
85
};
86
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)