VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stopFreezeEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtStopFreezeEncoder_H_
8 #define DtStopFreezeEncoder_H_
9 
13 
14 #if DtHLA
15 
16 #include "interactionEncoder.h"
17 
19 
20 #define DtDECLARE_STOP_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtStopFreezeInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_STOP_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtStopFreezeEncoder, \
25  DtStopFreezeInteraction, paramName, netType, inspector)
26 
30 class DT_DLL_VL DtStopFreezeEncoder : public DtInteractionEncoder
31 {
32 public:
33 
34  DtStopFreezeEncoder(DtExerciseConn* exConn,
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtStopFreezeEncoder();
39 
41  DtStopFreezeEncoder(const DtStopFreezeEncoder& orig);
42 
44  DtStopFreezeEncoder& operator=(const DtStopFreezeEncoder& orig);
45 
46 protected:
47 
49 
50  DtDECLARE_STOP_PARAM_ENCODER(OriginatingEntity);
51  DtDECLARE_STOP_PARAM_ENCODER(ReceivingEntity);
52  DtDECLARE_STOP_PARAM_ENCODER(RequestIdentifier);
53  DtDECLARE_STOP_PARAM_ENCODER(RealWorldTime);
54  DtDECLARE_STOP_PARAM_ENCODER(Reason);
55  DtDECLARE_STOP_PARAM_ENCODER(ReflectValues);
56  DtDECLARE_STOP_PARAM_ENCODER(RunInternalSimulationClock);
57  DtDECLARE_STOP_PARAM_ENCODER(UpdateAttributes);
59  DtDECLARE_STOP_PARAM_ENCODER(RequestID);
60 };
61 
62 #endif
63 #endif
64 
65 
66 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtStopFreezePdu are used to send/receive stop/freeze PDUs.
Definition: stopFreezePdu.h:27

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)