![]() |
VR-Link API Documentation for HLA 1516
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtStopFreezeEncoder_H_ 00008 #define DtStopFreezeEncoder_H_ 00009 00013 00014 #if DtHLA 00015 00016 #include "interEncoder.h" 00017 00018 class DT_DLL_VL DtStopFreezeInteraction; 00019 00020 #define DtDECLARE_STOP_PARAM_ENCODER(paramName) \ 00021 DtDECLARE_PARAM_ENCODER(DtStopFreezeInteraction, paramName) 00022 00023 #define DtDEFINE_SIMPLE_STOP_PARAM_ENCODER(paramName, netType, inspector) \ 00024 DtDEFINE_SIMPLE_PARAM_ENCODER(DtStopFreezeEncoder, \ 00025 DtStopFreezeInteraction, paramName, netType, inspector) 00026 00030 class DT_DLL_VL DtStopFreezeEncoder : public DtInteractionEncoder 00031 { 00032 public: 00033 00034 DtStopFreezeEncoder(DtExerciseConn* exConn, 00035 DtInterClassDesc* classDesc); 00036 00038 virtual ~DtStopFreezeEncoder(); 00039 00041 DtStopFreezeEncoder(const DtStopFreezeEncoder& orig); 00042 00044 DtStopFreezeEncoder& operator=(const DtStopFreezeEncoder& orig); 00045 00046 protected: 00047 00049 00050 DtDECLARE_STOP_PARAM_ENCODER(OriginatingEntity); 00051 DtDECLARE_STOP_PARAM_ENCODER(ReceivingEntity); 00052 DtDECLARE_STOP_PARAM_ENCODER(RequestIdentifier); 00053 DtDECLARE_STOP_PARAM_ENCODER(RealWorldTime); 00054 DtDECLARE_STOP_PARAM_ENCODER(Reason); 00055 DtDECLARE_STOP_PARAM_ENCODER(ReflectValues); 00056 DtDECLARE_STOP_PARAM_ENCODER(RunInternalSimulationClock); 00057 DtDECLARE_STOP_PARAM_ENCODER(UpdateAttributes); 00059 DtDECLARE_STOP_PARAM_ENCODER(RequestID); 00060 }; 00061 00062 #endif 00063 #endif 00064 00065 00066