VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)