VR-Link API Documentation for HLA 1.3
pointObjStP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef _pointObjStP_h_
8 #define _pointObjStP_h_ 1
9 
10 #if DtDIS
11 
12 #include <vlpi/NetStructs.h>
13 #include "pduHeader.h"
14 #include "objectTypeP.h"
15 
18 
19 struct DtNetPointObjectStatePdu
20 {
21  DtNetPduHeader myHeader;
22  DtNetEntityIdentifier myObjectID;
23  DtNetEntityIdentifier myReferencedObjectID;
24  DtNetU16 myUpdateNumber;
25  DtNetU8 myForceID;
26  DtNetU8 myModifications;
27  DtNetObjectType myObjectType;
28  DtNet64Vector myLocation;
29  DtNetEulerAngles myOrientation;
30  DtNetU32 mySpecificAppearance;
31  DtNetU16 myAppearance;
32  DtNetU16 padding;
33  DtNetSimulationAddress myRequesterID;
34  DtNetSimulationAddress myReceivingID;
35  DtNetU32 padding2;
36 };
37 
38 #endif
39 #endif

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)