![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtCreateObjReqEncoder_H_ 00008 #define DtCreateObjReqEncoder_H_ 00009 00010 #if DtHLA 00011 00012 #include "interEncoder.h" 00013 00017 00018 class DT_DLL_VL DtCreateObjReqInter; 00019 00020 #define DtDECLARE_CRTOBJREQ_PARAM_ENCODER(paramName) \ 00021 DtDECLARE_PARAM_ENCODER(DtCreateObjReqInter, paramName) 00022 00023 #define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \ 00024 DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateObjReqEncoder, \ 00025 DtCreateObjReqInter, paramName, netType, inspector) 00026 00030 class DT_DLL_VL DtCreateObjReqEncoder : public DtInteractionEncoder 00031 { 00032 public: 00033 00034 DtCreateObjReqEncoder(DtExerciseConn* exConn, 00035 DtInterClassDesc* classDesc); 00036 00038 virtual ~DtCreateObjReqEncoder(); 00039 00041 DtCreateObjReqEncoder(const DtCreateObjReqEncoder& orig); 00042 00044 DtCreateObjReqEncoder& operator=(const DtCreateObjReqEncoder& orig); 00045 00046 protected: 00047 00049 00050 DtDECLARE_CRTOBJREQ_PARAM_ENCODER(ObjectClass); 00051 DtDECLARE_CRTOBJREQ_PARAM_ENCODER(AttributeValueSet); 00053 DtDECLARE_CRTOBJREQ_PARAM_ENCODER(RequestID); 00055 DtDECLARE_CRTOBJREQ_PARAM_ENCODER(RequestIdentifier); 00056 }; 00057 00058 #endif 00059 #endif 00060 00061 00062