VR-Link API Documentation for HLA Evolved
hEnvObjTransDec.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 hEnvObjTransDec_H_
00008 #define hEnvObjTransDec_H_
00009 
00010 #if DtHLA 
00011 
00012 #include "interDecoder.h"
00013 
00017 
00018 class DT_DLL_VL DtEnvironmentObjectTransaction;
00019 
00022 
00023 #define DtDECLARE_ENV_OBJ_PARAM_DECODER(paramName) \
00024    DtDECLARE_PARAM_DECODER(DtEnvironmentObjectTransaction, paramName)
00025 
00026 #define DtDEFINE_SIMPLE_ENV_OBJ_PARAM_DECODER(paramName, netType, mutator) \
00027    DtDEFINE_SIMPLE_PARAM_DECODER(DtEnvironmentObjectTransactionDecoder, \
00028       DtEnvironmentObjectTransaction, paramName, netType, mutator)
00029 
00030 #define DtDEFINE_SIMPLE_ENV_OBJ_PARAM_DECODER_WITH_CAST( \
00031    paramName, netType, mutator, castExpr) \
00032    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00033       DtEnvironmentObjectTransactionDecoder, DtEnvironmentObjectTransaction, \
00034       paramName, netType, mutator, castExpr)
00035 
00040 
00041 class DT_DLL_VL DtEnvironmentObjectTransactionDecoder : public DtInteractionDecoder
00042 {
00043 public:
00044 
00046    DtEnvironmentObjectTransactionDecoder(DtExerciseConn* exConn,
00047       DtInterClassDesc* classDesc);
00048 
00050    virtual ~DtEnvironmentObjectTransactionDecoder();
00051 
00053    DtEnvironmentObjectTransactionDecoder(
00054       const DtEnvironmentObjectTransactionDecoder& orig);
00055 
00057    DtEnvironmentObjectTransactionDecoder& operator=(
00058       const DtEnvironmentObjectTransactionDecoder& orig);
00059 
00060 protected:
00061 
00063 
00064    DtDECLARE_ENV_OBJ_PARAM_DECODER(ObjectIdentifier);
00065    DtDECLARE_ENV_OBJ_PARAM_DECODER(ReferencedObjectIdentifier);
00066    DtDECLARE_ENV_OBJ_PARAM_DECODER(ForceIdentifier);
00067    DtDECLARE_ENV_OBJ_PARAM_DECODER(ObjectType);
00068    DtDECLARE_ENV_OBJ_PARAM_DECODER(RequestingIdentifier);
00069    DtDECLARE_ENV_OBJ_PARAM_DECODER(ReceivingIdentifier);
00070 };
00071 
00072 #endif
00073 #endif
00074 

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)