VR-Forces Developer's Guide
 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
Instances of DtResetInterDecoder are used to decode data from the network into DtResetInter objects...
Definition: resetInterDecoderHLA.h:30
Instances of DtResetInter are used to store state data for DIGuyInteraction.Reset interactions...
Definition: resetInterHLA.h:27
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)