VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
packets
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
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)