VR-Link API Documentation for HLA 1516
hCommentEnc.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #ifndef DtCommentEncoder_H_
00008 #define DtCommentEncoder_H_
00009 
00010 #if DtHLA
00011 
00012 #include "interEncoder.h"
00013 
00017 
00018 class DT_DLL_VL DtCommentInteraction;
00019 
00020 #define DtDECLARE_COMMENT_PARAM_ENCODER(paramName) \
00021    DtDECLARE_PARAM_ENCODER(DtCommentInteraction, paramName)
00022 
00023 #define DtDEFINE_SIMPLE_COMMENT_PARAM_ENCODER(paramName, netType, inspector) \
00024    DtDEFINE_SIMPLE_PARAM_ENCODER(DtCommentEncoder, \
00025       DtCommentInteraction, paramName, netType, inspector)
00026 
00027 
00031 class DT_DLL_VL DtCommentEncoder : public DtInteractionEncoder
00032 {
00033 public:
00034 
00035    DtCommentEncoder(DtExerciseConn* exConn,
00036       DtInterClassDesc* classDesc);
00037 
00039    virtual ~DtCommentEncoder();
00040 
00042    DtCommentEncoder(const DtCommentEncoder& orig);
00043 
00045    DtCommentEncoder& operator=(const DtCommentEncoder& orig);
00046 
00047 protected:
00048 
00050 
00051    DtDECLARE_COMMENT_PARAM_ENCODER(OriginatingEntity);
00052    DtDECLARE_COMMENT_PARAM_ENCODER(ReceivingEntity);
00053    DtDECLARE_COMMENT_PARAM_ENCODER(VariableDatumSet);
00054 
00055    static void encodeVariableDatumSet_2_d_14(
00056       const DtCommentInteraction& inter,
00057       RTI::ParameterHandleValuePairSet* params,
00058       RTI::ParameterHandle paramHandle);
00059 
00060 };
00061 
00062 #endif
00063 #endif
00064 
00065 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)