VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
emitterPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: emitterPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEmitterPSR_H_
13
#define DtEmitterPSR_H_
14
15
#include "
vrfobjcore/processSR.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
22
23
#include "
vrfobjcore/vrfobjcoreDefines.h
"
24
class
DT_DLL_vrfobjcore
DtEmitterPSR
:
public
DtVrfProcessStateRepository
25
{
26
public
:
27
29
DtEmitterPSR
(
DtVrfObject
* vrfObject,
30
const
DtString
& rwName = DtString::nullString(),
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtEmitterPSR
(
const
DtEmitterPSR
& orig,
35
const
DtString
& rwName = DtString::nullString(),
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
virtual
~
DtEmitterPSR
();
40
42
DtEmitterPSR
&
operator=
(
const
DtEmitterPSR
& orig);
43
45
virtual
DtVrfProcessStateRepository
*
clone
(
46
const
DtString
& rwName = DtString::nullString(),
47
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
48
51
virtual
DtString
type
()
const
;
52
54
virtual
void
setOn(
bool
on);
56
virtual
bool
on()
const
;
59
virtual
bool
onSpecified()
const
;
60
61
public
:
62
64
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
65
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
66
67
protected
:
68
DtRwBoolean
myOn
;
69
};
70
71
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)