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
emptyFomMapper.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef DtEmptyFomMapper_H_
7
#define DtEmptyFomMapper_H_
8
11
12
#if DtHLA
13
14
15
#include "
hostStructs.h
"
16
#include <
vlutil/vlHashlist.h
>
17
#include "
fomMapper.h
"
18
19
20
25
class
DT_DLL_VL
DtEmptyFomMapper
:
public
DtFomMapper
26
{
27
public
:
28
31
DtEmptyFomMapper
();
32
34
virtual
~
DtEmptyFomMapper
();
35
38
virtual
void
init
(
DtExerciseConn
* conn);
39
41
DtStateDecoderFactory
* dfltStateDecoderFactory();
42
44
DtStateEncoderFactory
* dfltStateEncoderFactory();
45
47
DtInteractionDecoderFactory
* dfltInteractionDecoderFactory();
48
50
DtInteractionEncoderFactory
* dfltInteractionEncoderFactory();
51
53
DtHlaObjectFactory
* dfltHlaObjectFactory();
54
56
DtInteractionFactory
* dfltInteractionFactory();
57
58
public
:
59
62
static
DtFomMapper
* create(
void
* usr = NULL);
63
64
protected
:
65
67
DtEmptyFomMapper
(
const
DtEmptyFomMapper
& orig);
68
70
DtEmptyFomMapper
&
operator=
(
const
DtEmptyFomMapper
& orig);
71
72
protected
:
73
75
DtStateDecoderFactory
*
myDfltDecFact
;
76
DtStateEncoderFactory
*
myDfltEncFact
;
77
DtInteractionDecoderFactory
*
myDfltInterDecFact
;
78
DtInteractionEncoderFactory
*
myDfltInterEncFact
;
79
DtHlaObjectFactory
*
myDfltObjFact
;
80
DtInteractionFactory
*
myDfltInterFact
;
81
};
82
83
#endif
84
#endif
85
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
)