VR-Link API Documentation for DIS
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
fireP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
11
12
#include <
vlpi/netStructs.h
>
13
#include <
vl/eventId.h
>
14
#include "
pduHeader.h
"
15
16
/* per Document IST-CR-93-15 Section 5.4.4.1.1 */
17
typedef
struct
DtNetFirePdu
18
{
19
DtNetPduHeader
DtHeader
;
20
DtNetEntityIdentifier
DtAttackerId
;
21
DtNetEntityIdentifier
DtTargetId
;
22
DtNetEntityIdentifier
DtMunitionId
;
23
DtNetEventId
DtEventId
;
24
DtNetU32
fireMissionIndex
;
/* padding before VERS 5 */
25
DtNetWorldCoordinates
DtLocation
;
26
DtNetBurstDescriptor
DtBurst
;
27
DtNetLinearVelocity
DtVelocity
;
28
DtNetFloat32
DtRange
;
29
}
DtNetFirePdu
;
30
31
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)