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
fixedWingEntitySetController.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
13
#pragma once
14
15
#include "
vrfmodel/airVehicleSetController.h
"
16
#include "
vrfobjcore/simRadio.h
"
17
18
class
DtSimMessage
;
19
class
DtSimLocalEntity;
20
21
33
34
#include "
vrfmodel/vrfmodelDefines.h
"
35
class
DT_DLL_vrfmodel
DtFixedWingEntitySetController
:
public
DtAirVehicleSetController
36
{
37
38
public
:
39
42
DtFixedWingEntitySetController
(
const
DtString
& name,
DtVrfObject
* owner,
43
DtSimManager
* simManager,
44
DtComponentDescriptor
* desc = 0,
45
DtReaderWriterRegistry
* parentRegistry = 0);
46
48
virtual
~
DtFixedWingEntitySetController
();
49
52
virtual
DtString
type
()
const
;
53
56
virtual
void
processSetAltitude
(
DtSimMessage
* msg);
57
virtual
void
setLocation
(
DtVector
geocentricLocation);
58
61
virtual
void
processSetSpeed
(
DtSimMessage
* msg);
62
virtual
void
processSetCurrentSpeed
(
DtSimMessage
* msg);
63
67
static
DtSimComponent
*
creator
(
const
DtString
& name,
68
DtVrfObject
* owner,
69
DtSimManager
* simManager,
70
DtComponentDescriptor
* desc = 0,
71
DtReaderWriterRegistry
* parentRegistry = 0);
72
73
protected
:
76
DtFixedWingEntitySetController
();
77
79
DtFixedWingEntitySetController
(
const
DtFixedWingEntitySetController
& orig);
80
82
const
DtFixedWingEntitySetController
&
operator=
(
const
83
DtFixedWingEntitySetController
& orig);
84
85
protected
:
86
};
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
)