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 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtStartResumePdu are used to send/receive start/resume PDUs.
Definition: startResumePdu.h:28

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)