VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
fixWngSetCtlr.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/airVehSetCtlr.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
66
static
DtSimComponent
*
creator
(
const
DtString
& name,
67
DtVrfObject
* owner,
68
DtSimManager
* simManager,
69
DtComponentDescriptor
* desc = 0,
70
DtReaderWriterRegistry
* parentRegistry = 0);
71
72
protected
:
75
DtFixedWingEntitySetController
();
76
78
DtFixedWingEntitySetController
(
const
DtFixedWingEntitySetController
& orig);
79
81
const
DtFixedWingEntitySetController
&
operator=
(
const
82
DtFixedWingEntitySetController
& orig);
83
84
protected
:
85
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)