7 #ifndef detonationDecoder_H_
8 #define detonationDecoder_H_
27 #define DtDECLARE_DETONATION_PARAM_DECODER(paramName) \
28 DtDECLARE_PARAM_DECODER(DtDetonationInteraction, paramName)
30 #define DtDEFINE_SIMPLE_DETONATION_PARAM_DECODER( \
31 paramName, netType, mutator) \
32 DtDEFINE_SIMPLE_PARAM_DECODER( \
33 DtDetonationDecoder, DtDetonationInteraction, \
34 paramName, netType, mutator)
36 #define DtDEFINE_SIMPLE_DETONATION_PARAM_DECODER_WITH_CAST( \
37 paramName, netType, mutator, castExpr) \
38 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
39 DtDetonationDecoder, DtDetonationInteraction, \
40 paramName, netType, mutator, castExpr)
92 static void decodeArticulatedParametersArrayPost1_0(
98 static void convertFromRPR1_0(
104 static void decodeAttParts(
int numParams,
Instances of DtDetonationInteraction are used to communicate information associated with the impact o...
Definition: detonationInteractionHLA.h:37
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
This file provides a declaration of the class DtArticulatedPartCollection.
#define DtDECLARE_DETONATION_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: detonationDecoder.h:27
A DtArticulatedPartCollection is a collection of articulated parts typically of an entity...
Definition: articulatedPartCollection.h:29
Definition: netStructs.h:234
Definition: netStructs.h:245
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
class DtDetonationDecoder:
Definition: detonationDecoder.h:47