VR-Link API Documentation for HLA 1516
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
environmentProcessPublisherHLA.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
9
#if DtHLA
10
11
#ifndef environmentProcessPublisherHLA_H_
12
#define environmentProcessPublisherHLA_H_
13
14
#include "
objectPublisherHLA.h
"
15
16
17
class
DT_DLL_VL
DtEnvironmentProcessRepository
;
18
27
class
DT_DLL_VL
DtEnvironmentProcessPublisher
:
public
DtObjectPublisher
28
{
29
public
:
30
33
typedef
DtEnvironmentProcessRepository
* (*DtStateRepCreator)();
34
35
public
:
36
38
DtEnvironmentProcessPublisher
(
39
DtEnvironmentProcessRepository
*stateRepToUse,
40
DtExerciseConn
* conn,
41
const
char
* name = 0,
42
const
DtDDMRegionSet
* regionSetToUse = 0);
43
45
DtEnvironmentProcessPublisher
(
46
RTI::ObjectClassHandle h,
47
DtExerciseConn
* conn,
48
const
char
* name = 0,
49
const
DtDDMRegionSet
* regionSetToUse = 0);
50
52
DtEnvironmentProcessPublisher
(
53
DtExerciseConn
* conn,
54
const
char
* name = 0,
55
const
DtDDMRegionSet
* regionSetToUse = 0);
56
58
virtual
~
DtEnvironmentProcessPublisher
();
59
62
virtual
DtEnvironmentProcessRepository
* environmentProcessStateRep();
63
65
virtual
DtEnvironmentProcessRepository
* epsr();
66
69
virtual
const
char
* classToUse()
const
;
70
71
public
:
72
74
static
DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
75
76
protected
:
77
82
DtEnvironmentProcessPublisher
(
83
const
char
* name = 0,
84
const
DtDDMRegionSet
* regionSetToUse = 0);
85
87
DtEnvironmentProcessPublisher
(
const
DtEnvironmentProcessPublisher
& orig);
88
90
DtEnvironmentProcessPublisher
&
operator
=
91
(
const
DtEnvironmentProcessPublisher
& orig);
92
93
protected
:
94
95
static
DtStateRepCreator
theStateRepCreator
;
96
};
97
98
inline
DtEnvironmentProcessRepository
*
99
DtEnvironmentProcessPublisher::environmentProcessStateRep
()
100
{
101
return
(
DtEnvironmentProcessRepository
*)
myStateRep
;
102
}
103
104
inline
DtEnvironmentProcessRepository
*
DtEnvironmentProcessPublisher::epsr
()
105
{
106
return
(
DtEnvironmentProcessRepository
*)
myStateRep
;
107
}
108
109
#endif //DtEnvironmentProcessPublisher_H_
110
#endif //DtHLA
111
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
)