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) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef DtRprInteractionDecoderFactory_H_
11
#define DtRprInteractionDecoderFactory_H_
12
13
#if DtHLA
14
15
#include "
interactionDecoderFactory.h
"
16
17
21
#if DtSIMPLE_RPR
22
#define DtRprInteractionDecoderFactory DtSimpleRprInteractionDecoderFactory
23
#endif
24
25
29
class
DT_DLL_VL
DtRprInteractionDecoderFactory
:
30
public
DtInteractionDecoderFactory
31
{
32
public
:
33
35
DtRprInteractionDecoderFactory
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtRprInteractionDecoderFactory
();
39
40
protected
:
41
43
DtRprInteractionDecoderFactory
(
44
const
DtRprInteractionDecoderFactory
& orig);
45
47
DtRprInteractionDecoderFactory
&
operator=
(
48
const
DtRprInteractionDecoderFactory
& orig);
49
};
50
51
#endif
52
#endif
53
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)