VR-Link API Documentation for HLA 1.3
supEmisEsP.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #ifndef _supEmisEsP_h_
00008 #define _supEmisEsP_h_ 1
00009 
00010 
00011 
00012 #include <vlpi/NetStructs.h>
00013 #include "pduHeader.h"
00014 
00018 
00019 struct DtNetPropulsionSystem
00020 {
00021    DtNetFloat32                 myPowerSetting;
00022    DtNetFloat32                 myEngineRPM;
00023 };
00024 
00028 
00029 struct DtNetVectoringNozzleSystem
00030 {
00031    DtNetFloat32                 myHorizontalDeflection;
00032    DtNetFloat32                 myVerticalDeflection;
00033 };
00034 
00037 
00038 struct DtNetSuppEmisEntStatePdu 
00039 {
00040    DtNetPduHeader               myHeader;
00041    DtNetEntityIdentifier        myOriginatingEntityID;
00042    DtNetU16                     myInfraRedSigRepIndex;
00043    DtNetU16                     myAcousticSigRepIndex;
00044    DtNetU16                     myRadarSigRepIndex;
00045    DtNetU16                     myNumPropulsionSystems;
00046    DtNetU16                     myNumNozzleSystems;
00047 };
00048 
00049 
00050 #endif

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)