![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtCreateObjectResultDecoder_H_ 00008 #define DtCreateObjectResultDecoder_H_ 00009 00010 #if DtHLA 00011 00012 #include "interDecoder.h" 00013 00017 00018 class DT_DLL_VL DtCreateObjectResultInter; 00019 00022 00023 #define DtDECLARE_CREATOBJRES_PARAM_DECODER(paramName) \ 00024 DtDECLARE_PARAM_DECODER(DtCreateObjectResultInter, paramName) 00025 00026 #define DtDEFINE_SIMPLE_CREATOBJRES_PARAM_DECODER( \ 00027 paramName, netType, mutator) \ 00028 DtDEFINE_SIMPLE_PARAM_DECODER( \ 00029 DtCreateObjectResultDecoder, DtCreateObjectResultInter, \ 00030 paramName, netType, mutator) 00031 00032 #define DtDEFINE_SIMPLE_CREATOBJRES_PARAM_DECODER_WITH_CAST( \ 00033 paramName, netType, mutator, castExpr) \ 00034 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ 00035 DtCreateObjectResultDecoder, DtCreateObjectResultInter, \ 00036 paramName, netType, mutator, castExpr) 00037 00038 00042 class DT_DLL_VL DtCreateObjectResultDecoder : public DtInteractionDecoder 00043 { 00044 public: 00045 00047 DtCreateObjectResultDecoder(DtExerciseConn* exConn, 00048 DtInterClassDesc* classDesc); 00049 00051 virtual ~DtCreateObjectResultDecoder(); 00052 00054 DtCreateObjectResultDecoder(const DtCreateObjectResultDecoder& orig); 00055 00057 DtCreateObjectResultDecoder& operator=( 00058 const DtCreateObjectResultDecoder& orig); 00059 00060 protected: 00061 00063 00064 DtDECLARE_CREATOBJRES_PARAM_DECODER(CreateObjectResult); 00065 DtDECLARE_CREATOBJRES_PARAM_DECODER(RequestIdentifier); 00066 00068 DtDECLARE_CREATOBJRES_PARAM_DECODER(RequestID); 00070 DtDECLARE_CREATOBJRES_PARAM_DECODER(CreateObjectResultPre08); 00071 }; 00072 00073 #endif 00074 #endif 00075