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
propulsionNoisePublisherHLA.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include "
objectPublisherHLA.h
"
15
16
class
DtPropulsionNoiseStateRepository
;
17
24
class
DT_DLL_VL
DtPropulsionNoisePublisher
:
public
DtObjectPublisher
25
{
26
public
:
27
29
typedef
DtPropulsionNoiseStateRepository
* (*DtStateRepCreator)();
30
31
public
:
32
34
DtPropulsionNoisePublisher
(
35
DtPropulsionNoiseStateRepository
* stateRepToUse,
36
DtExerciseConn
* conn,
37
const
char
* name = 0,
38
const
DtDDMRegionSet
* regionSetToUse = 0);
39
41
DtPropulsionNoisePublisher
(
42
RTI::ObjectClassHandle h,
43
DtExerciseConn
* conn,
44
const
char
* name = 0,
45
const
DtDDMRegionSet
* regionSetToUse = 0);
46
48
DtPropulsionNoisePublisher
(
49
DtExerciseConn
* conn,
50
const
char
* name = 0,
51
const
DtDDMRegionSet
* regionSetToUse = 0);
52
58
DtPropulsionNoisePublisher
(
DtHlaObjectWithStateRep
* obj,
DtExerciseConn
* conn);
59
61
virtual
~
DtPropulsionNoisePublisher
();
62
65
virtual
DtPropulsionNoiseStateRepository
* propulsionNoiseStateRep();
66
68
virtual
DtPropulsionNoiseStateRepository
* psr();
69
72
virtual
const
char
* classToUse()
const
;
73
74
public
:
75
77
static
DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
78
79
protected
:
80
85
DtPropulsionNoisePublisher
(
86
const
char
* name = 0,
87
const
DtDDMRegionSet
* regionSetToUse = 0);
88
90
DtPropulsionNoisePublisher
(
const
DtPropulsionNoisePublisher
& orig);
91
93
DtPropulsionNoisePublisher
&
operator=
(
94
const
DtPropulsionNoisePublisher
& orig);
95
96
protected
:
97
98
static
DtStateRepCreator
theStateRepCreator
;
99
100
};
101
102
inline
DtPropulsionNoiseStateRepository
*
DtPropulsionNoisePublisher::propulsionNoiseStateRep
()
103
{
104
return
(
DtPropulsionNoiseStateRepository
*)
myStateRep
;
105
}
106
107
inline
DtPropulsionNoiseStateRepository
*
DtPropulsionNoisePublisher::psr
()
108
{
109
return
(
DtPropulsionNoiseStateRepository
*)
myStateRep
;
110
}
111
112
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)