6 #ifndef removeObjectRequestDecoder_H_
7 #define removeObjectRequestDecoder_H_
22 #define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName) \
23 DtDECLARE_PARAM_DECODER(DtRemoveObjectRequestInter, paramName)
25 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER( \
26 paramName, netType, mutator) \
27 DtDEFINE_SIMPLE_PARAM_DECODER( \
28 DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
29 paramName, netType, mutator)
31 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_WITH_CAST( \
32 paramName, netType, mutator, castExpr) \
33 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34 DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
35 paramName, netType, mutator, castExpr)
37 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_BUFF(paramName, mutator) \
38 DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39 DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
#define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: removeObjectRequestDecoder.h:22
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.
class DtRemoveObjectRequestDecoder:
Definition: removeObjectRequestDecoder.h:47
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
class DtRemoveObjectRequestInter:
Definition: removeObjectRequestInter.h:37