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
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtInteractionDecoderFactory.

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)