VR-Link API Documentation for HLA 1.3
hAttChgReqDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef hAttChgReqDec_H_
00007 #define hAttChgReqDec_H_
00008 
00009 #if DtHLA
00010 
00011 #include "interDecoder.h"
00015 
00016 class DtAttributeChangeReqInter;
00017 
00020 
00021 #define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName) \
00022    DtDECLARE_PARAM_DECODER(DtAttributeChangeReqInter, paramName)
00023 
00024 #define DtDEFINE_SIMPLE_ATTCHGREQ_PARAM_DECODER( \
00025    paramName, netType, mutator) \
00026    DtDEFINE_SIMPLE_PARAM_DECODER( \
00027       DtAttributeChangeReqDec, DtAttributeChangeReqInter, \
00028       paramName, netType, mutator)
00029 
00034 class DT_DLL_VL DtAttributeChangeReqDec : public DtInteractionDecoder
00035 {
00036 public:
00037 
00039    DtAttributeChangeReqDec(DtExerciseConn* exConn,
00040       DtInterClassDesc* classDesc);
00041 
00043    virtual ~DtAttributeChangeReqDec();
00044 
00046    DtAttributeChangeReqDec(const DtAttributeChangeReqDec& orig);
00047 
00049    DtAttributeChangeReqDec& operator=(const DtAttributeChangeReqDec& orig);
00050 
00051 protected:
00052 
00054 
00055    DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers);
00056    DtDECLARE_ATTCHGREQ_PARAM_DECODER(AttributeValueSet);
00057 
00059    DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIDs);
00060 
00062    DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
00063 };
00064 
00065 #endif
00066 #endif
00067 

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)