VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)