VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
startResumeEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtStartResumeEncoder_H_
8 #define DtStartResumeEncoder_H_
9 
12 
13 #if DtHLA
14 
15 #include "interactionEncoder.h"
16 
18 
19 #define DtDECLARE_START_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtStartResumeInteraction, paramName)
21 
22 #define DtDEFINE_SIMPLE_START_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtStartResumeEncoder, \
24  DtStartResumeInteraction, paramName, netType, inspector)
25 
29 class DT_DLL_VL DtStartResumeEncoder : public DtInteractionEncoder
30 {
31 public:
32 
33  DtStartResumeEncoder(DtExerciseConn* exConn,
34  DtInterClassDesc* classDesc);
35 
37  virtual ~DtStartResumeEncoder();
38 
40  DtStartResumeEncoder(const DtStartResumeEncoder& orig);
41 
43  DtStartResumeEncoder& operator=(const DtStartResumeEncoder& orig);
44 
45 protected:
46 
48 
49  DtDECLARE_START_PARAM_ENCODER(OriginatingEntity);
50  DtDECLARE_START_PARAM_ENCODER(ReceivingEntity);
51  DtDECLARE_START_PARAM_ENCODER(RequestIdentifier);
52  DtDECLARE_START_PARAM_ENCODER(RealWorldTime);
53  DtDECLARE_START_PARAM_ENCODER(SimulationTime);
55  DtDECLARE_START_PARAM_ENCODER(RequestID);
56 };
57 
58 #endif
59 #endif
60 
61 
62 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)