![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtResupplyCancelDecoder_H_ 00008 #define DtResupplyCancelDecoder_H_ 00009 00010 #if DtHLA 00011 00012 #include "interDecoder.h" 00013 00017 00018 class DT_DLL_VL DtResupplyCancelInteraction; 00019 00022 00023 #define DtDECLARE_RESCANC_PARAM_DECODER(paramName) \ 00024 DtDECLARE_PARAM_DECODER(DtResupplyCancelInteraction, paramName) 00025 00026 #define DtDEFINE_SIMPLE_RESCANC_PARAM_DECODER( \ 00027 paramName, netType, mutator) \ 00028 DtDEFINE_SIMPLE_PARAM_DECODER( \ 00029 DtResupplyCancelDecoder, DtResupplyCancelInteraction, \ 00030 paramName, netType, mutator) 00031 00032 #define DtDEFINE_SIMPLE_RESCANC_PARAM_DECODER_WITH_CAST( \ 00033 paramName, netType, mutator, castExpr) \ 00034 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ 00035 DtResupplyCancelDecoder, DtResupplyCancelInteraction, \ 00036 paramName, netType, mutator, castExpr) 00037 00042 00043 class DT_DLL_VL DtResupplyCancelDecoder : public DtInteractionDecoder 00044 { 00045 public: 00046 00048 DtResupplyCancelDecoder(DtExerciseConn* exConn, 00049 DtInterClassDesc* classDesc); 00050 00052 virtual ~DtResupplyCancelDecoder(); 00053 00055 DtResupplyCancelDecoder(const DtResupplyCancelDecoder& orig); 00056 00058 DtResupplyCancelDecoder& operator=(const DtResupplyCancelDecoder& orig); 00059 00060 protected: 00061 00063 00064 DtDECLARE_RESCANC_PARAM_DECODER(ReceivingObject); 00065 DtDECLARE_RESCANC_PARAM_DECODER(SupplyingObject); 00066 }; 00067 00068 #endif 00069 #endif 00070