VR-Link API Documentation for HLA 1.3
hBrLnObjTrDec.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 hBrLnObjTrDec_H_
00008 #define hBrLnObjTrDec_H_
00009 
00010 #if DtHLA 
00011 
00012 #include "hEnvObjTransDec.h"
00013 
00017 
00018 class DT_DLL_VL DtLinearObjectTransaction;
00019 
00022 
00023 #define DtDECLARE_BREACH_LIN_OBJ_PARAM_DECODER(paramName) \
00024    DtDECLARE_PARAM_DECODER(DtLinearObjectTransaction, paramName)
00025 
00026 #define DtDEFINE_SIMPLE_BREACH_LIN_OBJ_PARAM_DECODER(paramName, netType, mutator) \
00027    DtDEFINE_SIMPLE_PARAM_DECODER(DtBreachableLinearObjectTransactionDecoder, DtLinearObjectTransaction, \
00028                                  paramName, netType, mutator)
00029 
00030 #define DtDEFINE_SIMPLE_BREACH_LIN_OBJ_PARAM_DECODER_WITH_CAST( \
00031    paramName, netType, mutator, castExpr) \
00032    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00033       DtBreachableLinearObjectTransactionDecoder, DtLinearObjectTransaction, \
00034       paramName, netType, mutator, castExpr)
00035 
00036 
00040 class DT_DLL_VL DtBreachableLinearObjectTransactionDecoder : public DtEnvironmentObjectTransactionDecoder
00041 {
00042 public:
00043 
00045    DtBreachableLinearObjectTransactionDecoder(DtExerciseConn* exConn,
00046       DtInterClassDesc* classDesc);
00047 
00049    virtual ~DtBreachableLinearObjectTransactionDecoder();
00050 
00052    DtBreachableLinearObjectTransactionDecoder(
00053       const DtBreachableLinearObjectTransactionDecoder& orig);
00054 
00056    DtBreachableLinearObjectTransactionDecoder& operator=(
00057       const DtBreachableLinearObjectTransactionDecoder& orig);
00058 
00059 protected:
00060 
00062 
00063    DtDECLARE_BREACH_LIN_OBJ_PARAM_DECODER(SegmentRecords);
00064 };
00065 
00066 #endif
00067 #endif
00068 

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)