![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef _arealObjStP_h_ 00008 #define _arealObjStP_h_ 1 00009 00013 00014 #if DtDIS 00015 00016 #include <vlpi/NetStructs.h> 00017 #include "pduHeader.h" 00018 #include "objectTypeP.h" 00019 00022 00023 struct DtNetArealObjectStatePdu 00024 { 00025 DtNetPduHeader myHeader; 00026 DtNetEntityIdentifier myObjectID; 00027 DtNetEntityIdentifier myReferencedObjectID; 00028 DtNetU16 myUpdateNumber; 00029 DtNetU8 myForceID; 00030 DtNetU8 myModifications; 00031 DtNetObjectType myObjectType; 00032 DtNetU32 mySpecificAppearance; 00033 DtNetU16 myAppearance; 00034 DtNetU16 myNumPoints; 00035 DtNetSimulationAddress myRequesterID; 00036 DtNetSimulationAddress myReceivingID; 00037 }; 00038 00039 #endif 00040 #endif