VR-Link API Documentation for HLA 1.3
hRemObjReqDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef hRemObjReqDec_H_
00007 #define hRemObjReqDec_H_
00008 
00009 #if DtHLA
00010 
00011 #include "interDecoder.h"
00012 
00016 
00017 class DtRemoveObjectRequestInter;
00018 
00021 
00022 #define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName) \
00023    DtDECLARE_PARAM_DECODER(DtRemoveObjectRequestInter, paramName)
00024 
00025 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER( \
00026    paramName, netType, mutator) \
00027    DtDEFINE_SIMPLE_PARAM_DECODER( \
00028       DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
00029       paramName, netType, mutator)
00030 
00031 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_WITH_CAST( \
00032    paramName, netType, mutator, castExpr) \
00033    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00034       DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
00035       paramName, netType, mutator, castExpr)
00036 
00041 
00042 class DT_DLL_VL DtRemoveObjectRequestDecoder : public DtInteractionDecoder
00043 {
00044 public:
00045 
00047    DtRemoveObjectRequestDecoder(DtExerciseConn* exConn,
00048       DtInterClassDesc* classDesc);
00049 
00051    virtual ~DtRemoveObjectRequestDecoder();
00052 
00054    DtRemoveObjectRequestDecoder(const DtRemoveObjectRequestDecoder& orig);
00055 
00057    DtRemoveObjectRequestDecoder& operator=(
00058       const DtRemoveObjectRequestDecoder& orig);
00059 
00060 protected:
00061 
00063 
00064    DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers);
00065    DtDECLARE_REMOBJREQ_PARAM_DECODER(RequestIdentifier);
00066 
00068    DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIDs);
00069    DtDECLARE_REMOBJREQ_PARAM_DECODER(RequestID);
00070 
00072    DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
00073 };
00074 
00075 #endif
00076 #endif
00077 

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)