VR-Link API Documentation for HLA 1516
pointObjStP.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 _pointObjStP_h_
00008 #define _pointObjStP_h_ 1
00009 
00010 #if DtDIS
00011 
00012 #include <vlpi/NetStructs.h>
00013 #include "pduHeader.h"
00014 #include "objectTypeP.h" 
00015 
00018 
00019 struct DtNetPointObjectStatePdu
00020 {
00021    DtNetPduHeader               myHeader;
00022    DtNetEntityIdentifier        myObjectID;
00023    DtNetEntityIdentifier        myReferencedObjectID;
00024    DtNetU16                     myUpdateNumber;
00025    DtNetU8                      myForceID;
00026    DtNetU8                      myModifications;
00027    DtNetObjectType              myObjectType;
00028    DtNet64Vector                myLocation;
00029    DtNetEulerAngles             myOrientation;
00030    DtNetU32                     mySpecificAppearance;
00031    DtNetU16                     myAppearance;
00032    DtNetU16                     padding;
00033    DtNetSimulationAddress       myRequesterID;
00034    DtNetSimulationAddress       myReceivingID;
00035    DtNetU32                     padding2;
00036 };
00037 
00038 #endif
00039 #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)