VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
airVehicleWeaponHoldController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
9
11
12
#pragma once
13
14
#include "
vrfobjcore/cntrlCmpnt.h
"
15
16
class
DtAirVehicleWeaponHoldControllerDescriptor
;
17
class
DtBooleanOutputPort
;
18
32
#include "
vrfmodel/vrfmodelDefines.h
"
33
class
DT_DLL_vrfmodel
DtAirVehicleWeaponHoldController
:
public
DtControllerComponent
34
{
35
private
:
37
DtAirVehicleWeaponHoldController
();
39
DtAirVehicleWeaponHoldController
(
const
DtAirVehicleWeaponHoldController
& orig);
41
DtAirVehicleWeaponHoldController
&
operator=
(
const
DtAirVehicleWeaponHoldController
& orig);
42
public
:
48
DtAirVehicleWeaponHoldController
(
const
DtString
& name,
DtVrfObject
* owner,
49
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
50
DtReaderWriterRegistry
*parentRegistry=0);
51
53
virtual
~
DtAirVehicleWeaponHoldController
();
54
56
virtual
bool
init
();
57
60
virtual
DtString
type
()
const
;
61
63
virtual
void
tick
();
64
68
static
DtSimComponent
* creator(
const
DtString
& name,
DtVrfObject
* owner,
69
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
70
DtReaderWriterRegistry
* parentRegistry=0);
71
72
protected
:
74
virtual
bool
createPortGroups
();
75
77
virtual
bool
createPorts
();
78
85
DtBooleanOutputPort
*
myWeaponsHoldPort
;
86
89
const
DtAirVehicleWeaponHoldControllerDescriptor
*
myDescriptor
;
90
};
91
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)