VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
resetInterEncoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/interactionEncoder.h>
16 
17 class DtResetInter;
18 
19 #define DtDECLARE_AIBMTG_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtResetInter, paramName)
21 
22 #define DtDEFINE_SIMPLE_AIBMTG_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtResetInterEncoder, DtResetInter, \
24  paramName, netType, \
25  inspector)
26 
32 {
33 public:
34 
36  DtResetInterEncoder(DtExerciseConn* exConn,
37  DtInterClassDesc* classDesc);
38 
40  virtual ~DtResetInterEncoder();
41 
44 
46  DtResetInterEncoder& operator=(const DtResetInterEncoder& orig);
47 };
48 
49 #endif
Instances of DtResetInter are used to store state data for DIGuyInteraction.Reset interactions...
Definition: resetInterHLA.h:27
Instances of DtResetInterEncoder are used to encode data from DtResetInter objects into network struc...
Definition: resetInterEncoderHLA.h:31
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)