![]() |
VR-Link API Documentation for HLA 1516
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #ifndef _LASERP_H_ 00007 #define _LASERP_H_ 1 00008 00012 00013 #include <vlpi/NetStructs.h> 00014 #include "pduHeader.h" 00015 00016 /* ---------------------- laser ---------------------- */ 00017 typedef struct DtNetLaserPdu 00018 { 00019 DtNetPduHeader DtHeader; 00020 DtNetEntityIdentifier DtLasingEntityId; 00021 DtNetU16 DtCodeName; 00022 DtNetEntityIdentifier DtLasedEntityId; 00023 DtNetU8 unused_8; 00024 DtNetU8 DtLaserCode; 00025 DtNetFloat32 DtLaserPower; 00026 DtNetFloat32 DtLaserWavelength; 00027 DtNetEntityCoordinates DtLaserSpotOffset; 00028 DtNetWorldCoordinates DtLaserSpotLocation; 00029 } DtNetLaserPdu; 00030 00031 #endif /* _LASERP_H_ */