VR-Link API Documentation for HLA 1.3
esUpdateP.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 _esUpdateP_h_
00008 #define _esUpdateP_h_ 1
00009  
00013 
00014 #if DtDIS
00015 
00016 
00017 #include <vlpi/NetStructs.h>
00018 #include "pduHeader.h"
00019 
00020 
00023 
00024 struct DtNetEntityStateUpdatePdu
00025 {
00026    DtNetPduHeader               myHeader;
00027    DtNetEntityIdentifier        myEntityID;
00028    DtNetU8                      padding;
00029    DtNetU8                      myNumParams;
00030    DtNet32Vector                myVelocity;
00031    DtNet64Vector                myLocation;
00032    DtNetEulerAngles             myOrientation;
00033    DtNetU32                     myAppearance;
00034 };
00035 
00036 #endif
00037 #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)