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
vrfmodel
cruiseMissileMoveAlongController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
12
13
14
#pragma once
15
16
#include "
vrfmodel/fixedWingMoveAlongController.h
"
17
18
class
DtString
;
19
class
DtSimManager
;
20
28
#include "
vrfmodel/vrfmodelDefines.h
"
29
class
DT_DLL_vrfmodel
DtCruiseMissileMoveAlongController
:
public
DtFixedWingMoveAlongController
30
{
31
32
public
:
33
36
DtCruiseMissileMoveAlongController
(
const
DtString
& name,
37
DtVrfObject
* owner,
38
DtSimManager
* simManager,
39
DtComponentDescriptor
* desc = 0,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
virtual
~
DtCruiseMissileMoveAlongController
();
44
47
virtual
DtString
type
()
const
;
48
52
static
DtSimComponent
*
creator
(
const
DtString
& name,
53
DtVrfObject
* owner,
54
DtSimManager
* simManager,
55
DtComponentDescriptor
* desc = 0,
56
DtReaderWriterRegistry
* parentRegistry = 0);
57
58
protected
:
61
virtual
bool
setMovementStatusFromRoute
();
62
63
protected
:
64
66
DtCruiseMissileMoveAlongController
();
67
69
DtCruiseMissileMoveAlongController
(
70
const
DtCruiseMissileMoveAlongController
& orig);
71
73
DtCruiseMissileMoveAlongController
&
operator=
(
74
const
DtCruiseMissileMoveAlongController
& orig);
75
};
76
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
)