VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtObjects
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
18
struct
DtNetDynamicTerrainPdu
19
{
22
DtNetPduHeader
myHeader
;
23
24
DtNetEntityIdentifier
myObjectIdentifier
;
25
DtNetU16
myVersion
;
// version of this PDU
26
DtNetU32
myCommonDataEventNumber
;
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)