VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)