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
linObjStP.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 _linObjStP_h_
8
#define _linObjStP_h_ 1
9
13
14
15
#include <
vlpi/netStructs.h
>
16
#include "
pduHeader.h
"
17
20
21
struct
DtNetLinearSegmentParameter
22
{
23
DtNetU8
mySegmentNumber
;
24
DtNetU8
myModifications
;
25
DtNetU32
mySpecificAppearance
;
26
DtNetU16
myAppearance
;
27
DtNet64Vector
myLocation
;
28
DtNetEulerAngles
myOrientation
;
29
DtNetU16
mySegmentLength
;
30
DtNetU16
mySegmentWidth
;
31
DtNetU16
mySegmentHeight
;
32
DtNetU16
mySegmentDepth
;
33
DtNetU32
padding
;
34
};
35
36
39
40
struct
DtNetLinearObjectStatePdu
41
{
42
DtNetPduHeader
myHeader
;
43
DtNetEntityIdentifier
myObjectID
;
44
DtNetEntityIdentifier
myReferencedObjectID
;
45
DtNetU16
myUpdateNumber
;
46
DtNetU8
myForceID
;
47
DtNetU8
myNumSegments
;
48
DtNetSimulationAddress
myRequesterID
;
49
DtNetSimulationAddress
myReceivingID
;
50
DtNetObjectType
myObjectType
;
51
};
52
55
struct
DtNetLinearSegmentRecord
56
{
57
DtNetU32
mySegmentNumber
;
58
DtNetU32
myPercentComplete
;
59
DtNet64Vector
myLocation
;
60
DtNetEulerAngles
myOrientation
;
61
DtNetU16
myLength
;
62
DtNetU16
myWidth
;
63
DtNetU16
myHeight
;
64
DtNetU16
myDepth
;
65
DtNetU32
myDamagedState
;
66
DtNetBoolean
myDeactivated
;
67
DtNetBoolean
myFlaming
;
68
DtNetBoolean
myObjectPreDistributed
;
69
DtNetBoolean
mySmoking
;
70
};
71
74
struct
DtNetBreachableSegmentRecord
75
{
76
DtNetLinearSegmentRecord
mySegmentParameters
;
77
DtNetU32
myBreachLength
;
78
DtNetU8
myBreachedState
;
79
DtNetU8
mySegmentBreached
[8];
80
DtNetU8
padding
[7];
81
};
82
85
struct
DtNetBreachObjectRecord
86
{
87
DtNetLinearSegmentRecord
mySegmentParameters
;
88
DtNetU8
padding
[4];
89
};
90
93
struct
DtNetExhaustSmokeRecord
94
{
95
DtNetLinearSegmentRecord
mySegmentParameters
;
96
DtNetU32
myPercentOpacity
;
97
DtNetBoolean
myAttached
;
98
DtNetU8
padding
[3];
99
DtNetU32
myChemicalContent
;
100
};
101
104
struct
DtNetMinefieldLaneMarkerRecord
105
{
106
DtNetLinearSegmentRecord
mySegmentParameters
;
107
DtNetU32
myVisibleSideLocation
;
108
};
109
110
#endif
111
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)