![]() |
VR-Link API Documentation for DIS
|
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