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
shootEnc.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
#ifndef ShootEncoder_H_
6
#define ShootEncoder_H_
7
8
#if DtHLA
9
#include "
myFomMap.h
"
10
#include <
vl/interactionEncoder.h
>
11
12
class
DT_DLL_VL
DtFireInteraction
;
13
17
#define DtDECLARE_SHOOT_PARAM_ENCODER(paramName) \
18
DtDECLARE_PARAM_ENCODER(DtFireInteraction, paramName)
19
22
class
DT_DLL_FOMMAP
ShootEncoder
:
public
DtInteractionEncoder
23
{
24
public
:
25
27
ShootEncoder
(
DtExerciseConn
* exConn,
DtInterClassDesc
* classDesc);
28
30
virtual
~
ShootEncoder
();
31
32
protected
:
33
39
DtDECLARE_SHOOT_PARAM_ENCODER
(Shooter);
40
DtDECLARE_SHOOT_PARAM_ENCODER
(Shootee);
41
};
42
43
#endif
44
#endif
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)