VR-Link API Documentation for HLA 1.3
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
rprStateEncoderFactory.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 DtRprStateEncoderFactory_H_
11
#define DtRprStateEncoderFactory_H_
12
13
#if DtHLA
14
15
#include "
stateEncoderFactory.h
"
16
17
21
#if DtSIMPLE_RPR
22
#define DtRprStateEncoderFactory DtSimpleRprStateEncoderFactory
23
#endif
24
25
29
class
DT_DLL_VL
DtRprStateEncoderFactory
:
public
DtStateEncoderFactory
30
{
31
public
:
32
35
DtRprStateEncoderFactory
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtRprStateEncoderFactory
();
39
40
protected
:
42
DtRprStateEncoderFactory
(
const
DtRprStateEncoderFactory
& orig);
43
45
DtRprStateEncoderFactory
&
operator=
(
46
const
DtRprStateEncoderFactory
& orig);
47
};
48
49
#endif
50
#endif
51
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)