VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
supEmisEsP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef _supEmisEsP_h_
8
#define _supEmisEsP_h_ 1
9
10
11
12
#include <
vlpi/NetStructs.h
>
13
#include "
pduHeader.h
"
14
18
19
struct
DtNetPropulsionSystem
20
{
21
DtNetFloat32
myPowerSetting
;
22
DtNetFloat32
myEngineRPM
;
23
};
24
28
29
struct
DtNetVectoringNozzleSystem
30
{
31
DtNetFloat32
myHorizontalDeflection
;
32
DtNetFloat32
myVerticalDeflection
;
33
};
34
37
38
struct
DtNetSuppEmisEntStatePdu
39
{
40
DtNetPduHeader
myHeader
;
41
DtNetEntityIdentifier
myOriginatingEntityID
;
42
DtNetU16
myInfraRedSigRepIndex
;
43
DtNetU16
myAcousticSigRepIndex
;
44
DtNetU16
myRadarSigRepIndex
;
45
DtNetU16
myNumPropulsionSystems
;
46
DtNetU16
myNumNozzleSystems
;
47
};
48
49
50
#endif
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)