7 #ifndef DtCommentEncoder_H_
8 #define DtCommentEncoder_H_
20 #define DtDECLARE_COMMENT_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtCommentInteraction, paramName)
23 #define DtDEFINE_SIMPLE_COMMENT_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtCommentEncoder, \
25 DtCommentInteraction, paramName, netType, inspector)
31 class DT_DLL_VL DtCommentEncoder :
public DtInteractionWithDataEncoder
36 DtInterClassDesc* classDesc);
39 virtual ~DtCommentEncoder();
42 DtCommentEncoder(
const DtCommentEncoder& orig);
45 DtCommentEncoder& operator=(
const DtCommentEncoder& orig);
51 DtDECLARE_COMMENT_PARAM_ENCODER(OriginatingEntity);
52 DtDECLARE_COMMENT_PARAM_ENCODER(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