7 #ifndef DtResupplyReceivedEncoder_H_
8 #define DtResupplyReceivedEncoder_H_
20 #define DtDECLARE_RESREC_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtResupplyRecInteraction, paramName)
23 #define DtDEFINE_SIMPLE_RESREC_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtResupplyReceivedEncoder, \
25 DtResupplyRecInteraction, paramName, netType, inspector)
32 class DT_DLL_VL DtResupplyReceivedEncoder :
public DtInteractionEncoder
37 DtInterClassDesc* classDesc);
40 virtual ~DtResupplyReceivedEncoder();
43 DtResupplyReceivedEncoder(
const DtResupplyReceivedEncoder& orig);
46 DtResupplyReceivedEncoder& operator=(
const DtResupplyReceivedEncoder& orig);
52 DtDECLARE_RESREC_PARAM_ENCODER(ReceivingObject);
53 DtDECLARE_RESREC_PARAM_ENCODER(SupplyingObject);
54 DtDECLARE_RESREC_PARAM_ENCODER(SuppliesData);
56 DtDECLARE_RESREC_PARAM_ENCODER(Supplies);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: resupplyCancelPdu.h:147