VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
rprInteractionEncoderFactory.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 DtRprInteractionEncoderFactory_H_
11
#define DtRprInteractionEncoderFactory_H_
12
13
#if DtHLA
14
15
#include "
interactionEncoderFactory.h
"
16
17
21
#if DtSIMPLE_RPR
22
#define DtRprInteractionEncoderFactory DtSimpleRprInteractionEncoderFactory
23
#endif
24
25
26
30
class
DT_DLL_VL
DtRprInteractionEncoderFactory
:
31
public
DtInteractionEncoderFactory
32
{
33
public
:
34
37
DtRprInteractionEncoderFactory
(
DtExerciseConn
* exConn);
38
40
virtual
~
DtRprInteractionEncoderFactory
();
41
42
protected
:
43
45
DtRprInteractionEncoderFactory
(
46
const
DtRprInteractionEncoderFactory
& orig);
47
49
DtRprInteractionEncoderFactory
&
operator=
(
50
const
DtRprInteractionEncoderFactory
& orig);
51
};
52
53
#endif
54
#endif
55
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)