VR-Link API Documentation for HLA Evolved
mineDataP.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 _mineDataP_h_
00008 #define _mineDataP_h_ 1
00009 
00010 #if DtDIS
00011 
00012 
00013 #include <vlpi/NetStructs.h>
00014 #include "pduHeader.h"
00015 
00018 
00019 struct DtNetMinefieldDataPdu 
00020 {
00021    DtNetPduHeader               myHeader;
00022    DtNetEntityIdentifier        myMinefieldID;
00023    DtNetEntityIdentifier        myRequestingEntityID;
00024    DtNetU16                     myMinefieldSequenceNumber;
00025    DtNetU8                      myRequestID;
00026    DtNetU8                      myPDU_SequenceNumber;
00027    DtNetU8                      myNumberOfPdus;
00028    DtNetU8                      myNumberOfMines;
00029    DtNetU8                      myNumberOfSensorTypes;
00030    DtNetU8                      myPadding;
00031    DtNetU32                     myDataFilter;
00032    DtNetEntityType              myMineType;
00033 };
00034 
00035 #endif
00036 #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)