7 #ifndef burstPointObjectTransactionDecoder_H_
8 #define burstPointObjectTransactionDecoder_H_
23 #define DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName)
26 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER(paramName, netType, mutator) \
27 DtDEFINE_SIMPLE_PARAM_DECODER(DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \
28 paramName, netType, mutator)
30 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER_WITH_CAST( \
31 paramName, netType, mutator, castExpr) \
32 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33 DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \
34 paramName, netType, mutator, castExpr)
Instances of DtBurstPointObjectTransactionDecoder are used to decode Burst Point Object Transactions ...
Definition: burstPointObjectTransactionDecoder.h:40
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
This file provides a declaration of the class DtPointObjTransDecoder.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtPointObjectTransactionDecoder & operator=(const DtPointObjectTransactionDecoder &orig)
assignment operator
class DtPointObjTransDecoder:
Definition: pointObjectTransactionDecoder.h:41
#define DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: burstPointObjectTransactionDecoder.h:23
Instances of DtPointObjectTransaction are used to represent Point Object Transactions in the RPR FOM...
Definition: pointObjectTransaction.h:26