VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)