7 #ifndef DtCommentDecoder_H_
8 #define DtCommentDecoder_H_
23 #define DtDECLARE_COMMENT_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtCommentInteraction, paramName)
26 #define DtDEFINE_SIMPLE_COMMENT_PARAM_DECODER( \
27 paramName, netType, mutator) \
28 DtDEFINE_SIMPLE_PARAM_DECODER( \
29 DtCommentDecoder, DtCommentInteraction, \
30 paramName, netType, mutator)
36 class DT_DLL_VL DtCommentDecoder :
public DtInteractionWithDataDecoder
42 DtInterClassDesc* classDesc);
45 virtual ~DtCommentDecoder();
48 DtCommentDecoder(
const DtCommentDecoder& orig);
51 DtCommentDecoder& operator=(
const DtCommentDecoder& orig);
57 DtDECLARE_COMMENT_PARAM_DECODER(OriginatingEntity);
58 DtDECLARE_COMMENT_PARAM_DECODER(ReceivingEntity);
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