VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
detonationP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef _DETONATIONP_H_
7
#define _DETONATIONP_H_ 1
8
12
13
#include <
vlpi/netStructs.h
>
14
#include <
vl/eventId.h
>
15
#include "
pduHeader.h
"
16
17
/* ---------------------- detonation ---------------------- */
18
19
/* per Document IST-CR-93-15 Section 5.4.4.1.2 */
20
typedef
struct
DtNetDetonationPdu
21
{
22
DtNetPduHeader
DtHeader
;
23
DtNetEntityIdentifier
DtAttackerId
;
24
DtNetEntityIdentifier
DtTargetId
;
25
DtNetEntityIdentifier
DtMunitionId
;
26
DtNetEventId
DtEventId
;
27
DtNetLinearVelocity
DtVelocity
;
28
DtNetWorldCoordinates
DtWorldLocation
;
29
DtNetBurstDescriptor
DtBurst
;
30
DtNetEntityCoordinates
DtEntityLocation
;
31
DtNetU8
DtResult
;
32
DtNetU8
DtNumArtParams
;
33
DtNet16Bits
unused_16
;
34
#define DtMaxNumDetArtRecords 10
35
36
DtNetArtPartRecord
DtParts
[
DtMaxNumDetArtRecords
];
37
}
DtNetDetonationPdu
;
38
39
#endif
/* _DETONATIONP_H_ */
40
41
42
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
)