VR-Link API Documentation for DIS
hStartEnc.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 DtStartResumeEncoder_H_
00008 #define DtStartResumeEncoder_H_
00009 
00012 
00013 #if   DtHLA 
00014 
00015 #include "interEncoder.h"
00016 
00017 class DT_DLL_VL DtStartResumeInteraction;
00018 
00019 #define DtDECLARE_START_PARAM_ENCODER(paramName) \
00020    DtDECLARE_PARAM_ENCODER(DtStartResumeInteraction, paramName)
00021 
00022 #define DtDEFINE_SIMPLE_START_PARAM_ENCODER(paramName, netType, inspector) \
00023    DtDEFINE_SIMPLE_PARAM_ENCODER(DtStartResumeEncoder, \
00024       DtStartResumeInteraction, paramName, netType, inspector)
00025 
00029 class DT_DLL_VL DtStartResumeEncoder : public DtInteractionEncoder
00030 {
00031 public:
00032 
00033    DtStartResumeEncoder(DtExerciseConn* exConn,
00034       DtInterClassDesc* classDesc);
00035 
00037    virtual ~DtStartResumeEncoder();
00038 
00040    DtStartResumeEncoder(const DtStartResumeEncoder& orig);
00041 
00043    DtStartResumeEncoder& operator=(const DtStartResumeEncoder& orig);
00044 
00045 protected:
00046 
00048 
00049    DtDECLARE_START_PARAM_ENCODER(OriginatingEntity);
00050    DtDECLARE_START_PARAM_ENCODER(ReceivingEntity);
00051    DtDECLARE_START_PARAM_ENCODER(RequestIdentifier);
00052    DtDECLARE_START_PARAM_ENCODER(RealWorldTime);
00053    DtDECLARE_START_PARAM_ENCODER(SimulationTime);
00055    DtDECLARE_START_PARAM_ENCODER(RequestID);
00056 };
00057 
00058 #endif
00059 #endif
00060 
00061 
00062 

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)