VR-Link API Documentation for HLA 1516
hRemObjReqEnc.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef hRemObjReqEnc_H_
00007 #define hRemObjReqEnc_H_
00008 
00009 #if   DtHLA
00010 
00011 #include "interEncoder.h"
00012 
00016 
00017 class DT_DLL_VL DtRemoveObjectRequestInter;
00018 
00019 #define DtDECLARE_REMOBJREQ_PARAM_ENCODER(paramName) \
00020    DtDECLARE_PARAM_ENCODER(DtRemoveObjectRequestInter, paramName)
00021 
00022 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \
00023    DtDEFINE_SIMPLE_PARAM_ENCODER(DtRemoveObjectRequestEncoder, \
00024       DtRemoveObjectRequestInter, paramName, netType, inspector)
00025 
00030 
00031 class DT_DLL_VL DtRemoveObjectRequestEncoder : public DtInteractionEncoder
00032 {
00033 public:
00034 
00035    DtRemoveObjectRequestEncoder(DtExerciseConn* exConn,
00036       DtInterClassDesc* classDesc);
00037 
00039    virtual ~DtRemoveObjectRequestEncoder();
00040 
00042    DtRemoveObjectRequestEncoder(const DtRemoveObjectRequestEncoder& orig);
00043 
00045    DtRemoveObjectRequestEncoder& operator=(
00046       const DtRemoveObjectRequestEncoder& orig);
00047 
00048 protected:
00049 
00051 
00052    DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers);
00053    DtDECLARE_REMOBJREQ_PARAM_ENCODER(RequestIdentifier);
00054 
00056    DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIDs);
00057    DtDECLARE_REMOBJREQ_PARAM_ENCODER(RequestID);
00058 
00060    DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers_RPR20);
00061 };
00062 
00063 #endif
00064 #endif
00065 

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)