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
DtNetVector32
myRelativeVelocity
;
24
DtNetVector32
myRelativeAcceleration
;
25
DtNetEulerAngles
myRelativeOrientation
;
26
DtNetVector32
myRelativeRotationalVelocity
;
27
DtNetU16
myNature
;
28
DtNetU16
myPartPosition
;
29
DtNetU16
myStationName
;
30
DtNetU16
myStationNumber
;
31
}
DtNetRelativeLocationPdu
;
32
33
#endif
34
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)