VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)