VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
propulsionSystem.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: supEmisEsProp.h,v $ $Revision: 1.1 $
7
** $State: Exp $
8
*********************************************************************/
9
12
13
#ifndef DtPropulsionSystem_H_
14
#define DtPropulsionSystem_H_
15
16
17
#include <
vlutil/vlMachineTypes.h
>
18
#include <
vlpi/disEnums.h
>
19
20
#include "
packets/supEmisEsP.h
"
21
26
27
class
DT_DLL_VL
DtPropulsionSystem
28
{
29
30
public
:
31
33
DtPropulsionSystem
();
34
DtPropulsionSystem
(
const
DtPropulsionSystem
& orig);
35
37
DtPropulsionSystem
& operator=(
38
const
DtPropulsionSystem
& orig);
39
DtPropulsionSystem
& operator=(
40
const
DtNetPropulsionSystem
& orig);
41
43
virtual
~
DtPropulsionSystem
();
44
45
virtual
int
operator==
(
const
DtPropulsionSystem
&other)
const
;
46
virtual
int
operator!=
(
const
DtPropulsionSystem
&other)
const
;
47
49
virtual
void
setPowerSetting(
DtFloat32
value);
50
virtual
DtFloat32
powerSetting()
const
;
51
53
virtual
void
setEngineRPM(
DtFloat32
value);
54
virtual
DtFloat32
engineRPM()
const
;
55
56
58
virtual
void
printData()
const
;
59
virtual
void
printDataToStream(std::ostream &str)
const
;
60
61
63
virtual
void
unloadNetRecord(
64
const
DtNetPropulsionSystem
& record);
65
virtual
void
loadNetRecord(
66
DtNetPropulsionSystem
& record)
const
;
67
68
69
protected
:
70
72
DtFloat32
myPowerSetting
;
73
DtFloat32
myEngineRPM
;
74
75
76
};
77
78
DT_DLL_VL
std::ostream &
operator <<
(std::ostream &str,
const
DtPropulsionSystem
&obj);
79
80
#endif
81
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)