VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fireEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtFireEncoder_H_
8 #define DtFireEncoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionEncoder.h"
13 
17 
19 
20 #define DtDECLARE_FIRE_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtFireInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_FIRE_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtFireEncoder, DtFireInteraction, \
25  paramName, netType, \
26  inspector)
27 
32 
34 {
35 public:
36 
38  DtInterClassDesc* classDesc);
39 
41  virtual ~DtFireEncoder();
42 
44  DtFireEncoder(const DtFireEncoder& orig);
45 
48 
49 protected:
50 
51  DtDECLARE_FIRE_PARAM_ENCODER(EventIdentifier);
52  DtDECLARE_FIRE_PARAM_ENCODER(FireControlSolutionRange);
53  DtDECLARE_FIRE_PARAM_ENCODER(FireMissionIndex);
54  DtDECLARE_FIRE_PARAM_ENCODER(FiringLocation);
55  DtDECLARE_FIRE_PARAM_ENCODER(FiringObjectIdentifier);
57  DtDECLARE_FIRE_PARAM_ENCODER(InitialVelocityVector);
58  DtDECLARE_FIRE_PARAM_ENCODER(MunitionObjectIdentifier);
59  DtDECLARE_FIRE_PARAM_ENCODER(MunitionType);
60  DtDECLARE_FIRE_PARAM_ENCODER(QuantityFired);
61  DtDECLARE_FIRE_PARAM_ENCODER(RateOfFire);
62  DtDECLARE_FIRE_PARAM_ENCODER(TargetObjectIdentifier);
63  DtDECLARE_FIRE_PARAM_ENCODER(WarheadType);
66  DtDECLARE_FIRE_PARAM_ENCODER(FiringObjectID);
67  DtDECLARE_FIRE_PARAM_ENCODER(MunitionObjectID);
68  DtDECLARE_FIRE_PARAM_ENCODER(TargetObjectID);
69 };
70 
71 #endif
72 #endif
73 
74 
75 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: fireInteractionHLA.h:35
class DtFireEncoder:
Definition: fireEncoder.h:33
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
#define DtDECLARE_FIRE_PARAM_ENCODER(paramName)
Definition: fireEncoder.h:20

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)