VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arealObjStP.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 _arealObjStP_h_
8 #define _arealObjStP_h_ 1
9 
13 
14 #if DtDIS
15 
16 #include <vlpi/netStructs.h>
17 #include "pduHeader.h"
18 
21 
22 struct DtNetArealObjectStatePdu
23 {
24  DtNetPduHeader myHeader;
25  DtNetEntityIdentifier myObjectID;
26  DtNetEntityIdentifier myReferencedObjectID;
27  DtNetU16 myUpdateNumber;
28  DtNetU8 myForceID;
29  DtNetU8 myModifications;
30  DtNetObjectType myObjectType;
31  DtNetU32 mySpecificAppearance;
32  DtNetU16 myAppearance;
33  DtNetU16 myNumPoints;
34  DtNetSimulationAddress myRequesterID;
35  DtNetSimulationAddress myReceivingID;
36 };
37 
38 #endif
39 #endif
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:51
Definition: pduHeader.h:14
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:98
Definition: netStructs.h:134
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:30
Definition: netStructs.h:115
Definition: netStructs.h:96

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)