VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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
#define DT_DLL_FOMMAP
Definition: myFomMap.h:21
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtInteractionDecoder.
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: firePdu.h:34

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)