VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
myFomMap
shootDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef ShootDecoder_H_
7
#define ShootDecoder_H_
8
9
#if DtHLA
10
11
#include "
myFomMap.h
"
12
13
#include <
vl/interactionDecoder.h
>
14
15
class
DT_DLL_VL
DtFireInteraction
;
16
21
#define DtDECLARE_SHOOT_PARAM_DECODER(paramName) \
22
DtDECLARE_PARAM_DECODER(DtFireInteraction, paramName)
23
26
class
DT_DLL_FOMMAP
ShootDecoder
:
public
DtInteractionDecoder
27
{
28
public
:
29
31
ShootDecoder
(
DtExerciseConn
* exConn,
DtInterClassDesc
* classDesc);
32
34
virtual
~
ShootDecoder
();
35
36
protected
:
37
42
DtDECLARE_SHOOT_PARAM_DECODER
(Shooter);
43
DtDECLARE_SHOOT_PARAM_DECODER
(Shootee);
44
};
45
46
#endif
47
#endif
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
)