VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmodel
airVehicleSetController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfmodel/localEntitySetController.h
"
15
#include "
vrfobjcore/simRadio.h
"
16
17
class
DtSimMessage
;
18
class
DtSimLocalEntity;
19
41
#include "
vrfmodel/vrfmodelDefines.h
"
42
class
DT_DLL_vrfmodel
DtAirVehicleSetController
:
public
DtLocalEntitySetController
43
{
44
45
public
:
46
49
DtAirVehicleSetController
(
const
DtString
& name,
DtVrfObject
* owner,
50
DtSimManager
* simManager,
51
DtComponentDescriptor
* desc = 0,
52
DtReaderWriterRegistry
* parentRegistry = 0);
53
55
virtual
~
DtAirVehicleSetController
();
56
59
virtual
const
char
*
type
()
const
;
60
61
virtual
void
processSetAltitude
(
DtSimMessage
* msg);
62
63
virtual
void
processSetHeading
(
DtSimMessage
* msg);
64
69
virtual
void
setLocation
(
DtVector
geocentricLocation,
bool
& dataAvailable);
70
71
virtual
void
setHeading
(DtReal heading);
72
76
static
DtSimComponent
*
creator
(
const
DtString
& name,
77
DtVrfObject
* owner,
78
DtSimManager
* simManager,
79
DtComponentDescriptor
* desc = 0,
80
DtReaderWriterRegistry
* parentRegistry = 0);
81
83
virtual
void
addSetDataCallbacks
();
84
85
protected
:
88
DtAirVehicleSetController
();
89
91
DtAirVehicleSetController
(
const
DtAirVehicleSetController
& orig);
92
94
const
DtAirVehicleSetController
&
operator=
(
const
95
DtAirVehicleSetController
& orig);
96
97
protected
:
98
};
99
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)