VR-Link API Documentation for HLA Evolved
hServReqEnc.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 DtServiceRequestEncoder_H_
00008 #define DtServiceRequestEncoder_H_
00009 
00010 #if   DtHLA
00011 
00012 #include "interEncoder.h"
00013 
00017 
00018 class DT_DLL_VL DtServiceRequestInteraction;
00019 
00020 #define DtDECLARE_SERVREQ_PARAM_ENCODER(paramName) \
00021    DtDECLARE_PARAM_ENCODER(DtServiceRequestInteraction, paramName)
00022 
00023 #define DtDEFINE_SIMPLE_SERVREQ_PARAM_ENCODER(paramName, netType, inspector) \
00024    DtDEFINE_SIMPLE_PARAM_ENCODER(DtServiceRequestEncoder, \
00025       DtServiceRequestInteraction, paramName, netType, inspector)
00026 
00031 
00032 class DT_DLL_VL DtServiceRequestEncoder : public DtInteractionEncoder
00033 {
00034 public:
00035 
00036    DtServiceRequestEncoder(DtExerciseConn* exConn,
00037       DtInterClassDesc* classDesc);
00038 
00040    virtual ~DtServiceRequestEncoder();
00041 
00043    DtServiceRequestEncoder(const DtServiceRequestEncoder& orig);
00044 
00046    DtServiceRequestEncoder& operator=(const DtServiceRequestEncoder& orig);
00047 
00048 protected:
00049 
00051 
00052    DtDECLARE_SERVREQ_PARAM_ENCODER(RequestingObject);
00053    DtDECLARE_SERVREQ_PARAM_ENCODER(ServicingObject);
00054    DtDECLARE_SERVREQ_PARAM_ENCODER(ServiceType);
00055    DtDECLARE_SERVREQ_PARAM_ENCODER(SuppliesData);
00057    DtDECLARE_SERVREQ_PARAM_ENCODER(Supplies);
00058 };
00059 
00060 #endif
00061 #endif
00062 
00063 
00064 

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)