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
isPartOfStruct.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef isPartOfStruct_h_
11
#define isPartOfStruct_h_
12
13
struct
DtNetIsPartOfStruct
14
{
15
16
//DtNetEntityIdentifier myHostEntId;
17
18
DtNetGlobalObjectDesignator
myHostGlobalId
;
19
20
};
21
22
struct
DtNetIsPartOfHelperStruct
23
{
24
25
DtNetU16
myNature
;
26
DtNetU16
myConstituentPartPosition
;
27
DtNetU16
myStationName
;
28
DtNetU16
myStationNumber
;
29
DtNet32Vector
myRelativePosition
;
30
DtNetFloat32
myRange
;
31
DtNetFloat32
myBearing
;
32
33
};
34
35
36
struct
DtNetRelativeRangeBearingStruct
37
{
38
DtNetFloat32
myRange
;
39
DtNetFloat32
myBearing
;
40
};
41
42
struct
DtNetRelativePositionStruct
43
{
44
DtNetFloat32
myBodyXDistance
;
45
DtNetFloat32
myBodyYDistance
;
46
DtNetFloat32
myBodyZDistance
;
47
};
48
49
struct
DtNetConstituentPartRelationshipStruct
50
{
51
DtNetU16
myNature
;
52
DtNetU16
myPosition
;
53
54
};
55
56
struct
DtNetNamedLocationBaseStruct
57
{
58
DtNetU16
myStationNumber
;
59
DtNetU8
padding2
[2];
60
DtNetU16
myStationName
;
61
DtNetU8
padding
[2];
62
};
63
64
65
#endif
66
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)