VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
resetInterDecoderHLA.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/interactionDecoder.h>
16 
17 class DtResetInter;
18 
19 #define DtDECLARE_AIBMTG_PARAM_DECODER(paramName) \
20  DtDECLARE_PARAM_DECODER(DtResetInter, paramName)
21 
22 #define DtDEFINE_SIMPLE_AIBMTG_PARAM_DECODER(paramName, netType, mutator) \
23  DtDEFINE_SIMPLE_PARAM_DECODER(DtResetInterDecoder, DtResetInter, \
24  paramName, netType, mutator)
25 
31 {
32 public:
33 
35  DtResetInterDecoder(DtExerciseConn* exConn,
36  DtInterClassDesc* classDesc);
37 
39  virtual ~DtResetInterDecoder();
40 
43 
45  DtResetInterDecoder& operator=(const DtResetInterDecoder& orig);
46 
47 };
48 
49 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)