VR-Forces 4.6 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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)