VR-Forces 4.6.1 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
rotaryWingLandingGearController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
9
11
#pragma once
12
13
#include "
vrfobjcore/controllerComponent.h
"
14
#include "
vrfmodel/vrfmodelDefines.h
"
15
16
class
DtRotaryWingLandingGearDescriptor
;
17
class
DtRotaryWingEntityStateRepository
;
18
21
class
DT_DLL_vrfmodel
DtRotaryWingLandingGearController
:
public
DtControllerComponent
22
{
23
private
:
25
DtRotaryWingLandingGearController
();
27
DtRotaryWingLandingGearController
(
const
DtRotaryWingLandingGearController
& orig);
29
DtRotaryWingLandingGearController
&
operator=
(
const
DtRotaryWingLandingGearController
& orig);
30
public
:
36
DtRotaryWingLandingGearController
(
const
DtString
& name,
DtVrfObject
* owner,
37
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
38
DtReaderWriterRegistry
*parentRegistry=0);
39
41
virtual
~
DtRotaryWingLandingGearController
();
42
44
virtual
bool
init
();
45
48
virtual
const
char
*
type
()
const
;
49
51
virtual
void
tick
();
52
56
static
DtSimComponent
* creator(
const
DtString
& name,
DtVrfObject
* owner,
57
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
58
DtReaderWriterRegistry
* parentRegistry=0);
59
60
protected
:
61
DtRotaryWingEntityStateRepository
*
myRotWingSR
;
62
const
DtRotaryWingLandingGearDescriptor
*
myRotWingLandingGearDescriptor
;
63
64
};
65
66
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)