VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rprInteractionDecoderFactory.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
16 
20 #if DtSIMPLE_RPR
21 #define DtRprInteractionDecoderFactory DtSimpleRprInteractionDecoderFactory
22 #endif
23 
24 
28 class DT_DLL_VL DtRprInteractionDecoderFactory : public DtInteractionDecoderFactory
29 {
30 public:
31 
34  DtRprInteractionDecoderFactory( DtExerciseConn* exConn );
35 
37  virtual ~DtRprInteractionDecoderFactory();
38 
39 private:
40 
42  DtRprInteractionDecoderFactory( const DtRprInteractionDecoderFactory& orig );
43 
45  DtRprInteractionDecoderFactory& operator = ( const DtRprInteractionDecoderFactory& orig );
46 
47 protected:
48 
49  bool myDecodeError;
50 
51 };
52 
53 
54 #endif // DtHLA

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)