VR-Link API Documentation for HLA 1.3
hExSmokeDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #if DtHLA 
00008 
00009 #ifndef hExSmokeDec_H_
00010 #define hExSmokeDec_H_
00011 
00012 
00013 #include "hEnvObjDec.h"
00014 
00018 
00019 class DT_DLL_VL DtLinearObjectRepository;
00020 
00023 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER(attrName) \
00024    DtDECLARE_ATTR_DECODER(DtLinearObjectRepository, attrName) 
00025 
00031 
00032 class DT_DLL_VL DtExhaustSmokeObjectDecoder : public DtEnvironmentObjectDecoder
00033 {
00034 public:
00035 
00037    DtExhaustSmokeObjectDecoder(
00038       DtExerciseConn* exConn,
00039       DtObjClassDesc* classDesc);
00040 
00042    virtual ~DtExhaustSmokeObjectDecoder();
00043 
00045    DtExhaustSmokeObjectDecoder(const DtExhaustSmokeObjectDecoder& orig);
00046 
00048    DtExhaustSmokeObjectDecoder& operator=
00049       (const DtExhaustSmokeObjectDecoder& orig);
00050 
00051 public:
00052 
00054    static DtHlaStateDecoder* create(
00055       DtExerciseConn* exConn,
00056       DtObjClassDesc* classDesc);
00057 
00058 protected:
00061    DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER(SegmentRecords);
00062 };
00063 
00069 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
00070    attrName, netType, mutator, castExpr) \
00071    DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
00072       DtExhaustSmokeObjectDecoder, DtLinearObjectRepository, \
00073       attrName, netType, mutator, castExpr)
00074 
00075 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER( \
00076    attrName, netType, inspector) \
00077    DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
00078       attrName, netType, inspector, (netType))
00079 
00080 #endif   //hExSmokeDec_H_
00081 
00082 #endif   //DtHLA
00083 

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)