VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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/interEncoder.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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)