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
rprStateDecoderFactory.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 DtRprStateDecoderFactory_H_
11
#define DtRprStateDecoderFactory_H_
12
13
#if DtHLA
14
15
#include "
stateDecoderFactory.h
"
16
17
21
#if DtSIMPLE_RPR
22
#define DtRprStateDecoderFactory DtSimpleRprStateDecoderFactory
23
#endif
24
25
28
class
DT_DLL_VL
DtRprStateDecoderFactory
:
public
DtStateDecoderFactory
29
{
30
public
:
31
33
DtRprStateDecoderFactory
(
DtExerciseConn
* exConn);
34
36
virtual
~
DtRprStateDecoderFactory
();
37
38
protected
:
40
DtRprStateDecoderFactory
(
const
DtRprStateDecoderFactory
& orig);
41
43
DtRprStateDecoderFactory
&
operator=
(
const
DtRprStateDecoderFactory
& orig);
44
45
protected
:
46
bool
myDecodeError
;
47
};
48
49
#endif
50
#endif
51
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)