VR-Link API Documentation for HLA 1.3
hRemObjResDec.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 DtRemoveObjectResultDecoder_H_
00008 #define DtRemoveObjectResultDecoder_H_
00009 
00010 #if DtHLA
00011 
00012 #include "interDecoder.h"
00013 
00017 
00018 class DT_DLL_VL DtRemoveObjectResultInter;
00019 
00022 
00023 #define DtDECLARE_REMOBJRES_PARAM_DECODER(paramName) \
00024    DtDECLARE_PARAM_DECODER(DtRemoveObjectResultInter, paramName)
00025 
00026 #define DtDEFINE_SIMPLE_REMOBJRES_PARAM_DECODER( \
00027    paramName, netType, mutator) \
00028    DtDEFINE_SIMPLE_PARAM_DECODER( \
00029       DtRemoveObjectResultDecoder, DtRemoveObjectResultInter, \
00030       paramName, netType, mutator)
00031 
00032 #define DtDEFINE_SIMPLE_REMOBJRES_PARAM_DECODER_WITH_CAST( \
00033    paramName, netType, mutator, castExpr) \
00034    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00035       DtRemoveObjectResultDecoder, DtRemoveObjectResultInter, \
00036       paramName, netType, mutator, castExpr)
00037 
00042 
00043 class DT_DLL_VL DtRemoveObjectResultDecoder : public DtInteractionDecoder
00044 {
00045 public:
00046 
00048    DtRemoveObjectResultDecoder(DtExerciseConn* exConn,
00049       DtInterClassDesc* classDesc);
00050 
00052    virtual ~DtRemoveObjectResultDecoder();
00053 
00055    DtRemoveObjectResultDecoder(const DtRemoveObjectResultDecoder& orig);
00056 
00058    DtRemoveObjectResultDecoder& operator=(
00059       const DtRemoveObjectResultDecoder& orig);
00060 
00061 protected:
00062 
00064 
00065    DtDECLARE_REMOBJRES_PARAM_DECODER(RemoveObjectResult);
00066    DtDECLARE_REMOBJRES_PARAM_DECODER(RequestIdentifier);
00067 
00069    DtDECLARE_REMOBJRES_PARAM_DECODER(RequestID);
00071    DtDECLARE_REMOBJRES_PARAM_DECODER(RemoveObjectResultPre08);
00072 };
00073 
00074 #endif
00075 #endif
00076 

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)