VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pointObjStP.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include <vl/packets/pduHeader.h>
15 #include <vl/packets/objectTypeP.h>
16 #include <vlpi/netStructs.h>
17 
21 struct DtNetPointObjectStatePdu
22 {
23 
24  DtNetPduHeader myHeader;
25  DtNetEntityIdentifier myObjectID;
26  DtNetEntityIdentifier myReferencedObjectID;
27  DtNetU16 myUpdateNumber;
28  DtNetU8 myForceID;
29  DtNetU8 myModifications;
30  DtNetObjectType myObjectType;
31  DtNet64Vector myLocation;
32  DtNetEulerAngles myOrientation;
33  DtNetU32 mySpecificAppearance;
34  DtNetU16 myGeneralAppearance;
35  DtNetU16 padding;
36  DtNetSimulationAddress myRequesterID;
37  DtNetSimulationAddress myReceivingID;
38  DtNetU32 padding2;
39 
40 };
41 
42 #endif // DtDIS

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)