VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
laserP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef _LASERP_H_
7
#define _LASERP_H_ 1
8
12
13
#include <
vlpi/netStructs.h
>
14
#include "
pduHeader.h
"
15
16
/* ---------------------- laser ---------------------- */
17
typedef
struct
DtNetLaserPdu
18
{
19
DtNetPduHeader
DtHeader
;
20
DtNetEntityIdentifier
DtLasingEntityId
;
21
DtNetU16
DtCodeName
;
22
DtNetEntityIdentifier
DtLasedEntityId
;
23
DtNetU8
unused_8
;
24
DtNetU8
DtLaserCode
;
25
DtNetFloat32
DtLaserPower
;
26
DtNetFloat32
DtLaserWavelength
;
27
DtNetEntityCoordinates
DtLaserSpotOffset
;
28
DtNetWorldCoordinates
DtLaserSpotLocation
;
29
}
DtNetLaserPdu
;
30
31
#endif
/* _LASERP_H_ */
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
)