VR-Link API Documentation for DIS
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
mineStateP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
#pragma once
6
7
#if DtDIS
8
9
10
#include <
vlpi/netStructs.h
>
11
#include "
pduHeader.h
"
12
15
16
20
21
struct
DtNetMinefieldPerimeterRecord
22
{
23
DtNetFloat32
myX
;
24
DtNetFloat32
myY
;
25
};
26
29
30
struct
DtNetMinefieldStatePdu
31
{
32
DtNetPduHeader
myHeader
;
33
DtNetEntityIdentifier
myMinefieldID
;
34
DtNetU16
mySequenceNumber
;
35
DtNetU8
myForceID
;
36
DtNetU8
myNumPerimeterPoints
;
37
DtNetEntityType
myMinefieldType
;
38
DtNetU16
myNumMineTypes
;
39
DtNet64Vector
myLocation
;
40
DtNetEulerAngles
myOrientation
;
41
DtNetU16
myAppearance
;
42
DtNetU16
myProtocolMode
;
43
};
44
45
#endif
46
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)