![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #pragma once 00007 00011 00012 #include <vlpi/NetStructs.h> 00013 #include <vl/eventId.h> 00014 #include "pduHeader.h" 00015 00016 /* per Document IST-CR-93-15 Section 5.4.4.1.1 */ 00017 typedef struct DtNetFirePdu 00018 { 00019 DtNetPduHeader DtHeader; 00020 DtNetEntityIdentifier DtAttackerId; 00021 DtNetEntityIdentifier DtTargetId; 00022 DtNetEntityIdentifier DtMunitionId; 00023 DtNetEventId DtEventId; 00024 DtNetU32 fireMissionIndex; /* padding before VERS 5 */ 00025 DtNetWorldCoordinates DtLocation; 00026 DtNetBurstDescriptor DtBurst; 00027 DtNetLinearVelocity DtVelocity; 00028 DtNetFloat32 DtRange; 00029 } DtNetFirePdu; 00030 00031