VR-Link API Documentation for HLA 1516
 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-2010 VT MAK
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 
31 {
32 public:
33 
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtStopFreezeEncoder();
39 
42 
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);
55  DtDECLARE_STOP_PARAM_ENCODER(ReflectValues);
56  DtDECLARE_STOP_PARAM_ENCODER(RunInternalSimulationClock);
57  DtDECLARE_STOP_PARAM_ENCODER(UpdateAttributes);
60 };
61 
62 #endif
63 #endif
64 
65 
66 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)