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
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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)