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
relLocP.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 relLocP_h_
8
#define relLocP_h_
9
10
#include <
vlpi/netStructs.h
>
11
#include "
pduHeader.h
"
12
14
15
typedef
struct
DtNetRelativeLocationPdu
16
{
17
DtNetPduHeader
myHeader
;
18
DtNetEntityIdentifier
myId
;
19
DtNetEntityIdentifier
myHostId
;
20
DtNetU8
myRelativeAlgorithm
;
21
DtNetU16
padding
;
22
DtNet64Vector
myRelativeLocation
;
23
DtNet32Vector
myRelativeVelocity
;
24
DtNet32Vector
myRelativeAcceleration
;
25
DtNetEulerAngles
myRelativeOrientation
;
26
DtNet32Vector
myRelativeRotationalVelocity
;
27
DtNetU16
myNature
;
28
DtNetU16
myPartPosition
;
29
DtNetU16
myStationName
;
30
DtNetU16
myStationNumber
;
31
}
DtNetRelativeLocationPdu
;
32
33
#endif
34
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
)