VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
netDynamicTerrainPdu.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
8 #if DtDIS
9 
10 #include <vlpi/netStructs.h>
11 #include <vl/packets/pduHeader.h>
12 
13 
14 
19 {
22  DtNetPduHeader myHeader;
23 
24  DtNetEntityIdentifier myObjectIdentifier;
25  DtNetU16 myVersion; // version of this PDU
27  DtNetBoolean myFinalUpdate;
28  DtNetU8 padding[7]; // padding to 64 bit boundary
29 
30  // Attributes which have cardinality greater than 1
31  // GeometryAndData
32  // CommonData
33 };
34 
35 
36 
37 #endif
DtNetBoolean myFinalUpdate
Definition: netDynamicTerrainPdu.h:27
DtNetU32 myCommonDataEventNumber
Definition: netDynamicTerrainPdu.h:26
DtNetPduHeader myHeader
The PDU header.
Definition: netDynamicTerrainPdu.h:22
DtNetU16 myVersion
Definition: netDynamicTerrainPdu.h:25
DtNetU8 padding[7]
Definition: netDynamicTerrainPdu.h:28
Structure implements Network Layout for DtDynamicTerrainPdu.
Definition: netDynamicTerrainPdu.h:18
DtNetEntityIdentifier myObjectIdentifier
Definition: netDynamicTerrainPdu.h:24

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)