VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
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
14
#include <
vl/interactionDecoderFactory.h
>
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 Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)