VR-Link API Documentation for HLA 1516
mineStateP.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 #pragma once
00006 
00007 #if DtDIS
00008 
00009 
00010 #include <vlpi/NetStructs.h>
00011 #include "pduHeader.h"
00012 
00015 
00016 
00020 
00021 struct DtNetMinefieldPerimeterRecord
00022 {
00023       DtNetFloat32                 myX;
00024       DtNetFloat32                 myY;
00025 };
00026 
00029 
00030 struct DtNetMinefieldStatePdu 
00031 {
00032    DtNetPduHeader               myHeader;
00033    DtNetEntityIdentifier        myMinefieldID;
00034    DtNetU16                     mySequenceNumber;
00035    DtNetU8                      myForceID;
00036    DtNetU8                      myNumPerimeterPoints;
00037    DtNetEntityType              myMinefieldType;
00038    DtNetU16                     myNumMineTypes;
00039    DtNet64Vector                myLocation;
00040    DtNetEulerAngles             myOrientation;
00041    DtNetU16                     myAppearance;
00042    DtNetU16                     myProtocolMode;
00043 };
00044 
00045 #endif
00046 

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)