VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
aggregatePatrolBetweenPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: aggregatePatrolBetweenPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtAggregatePatrolBetweenPSR_H_
15
#define DtAggregatePatrolBetweenPSR_H_
16
17
#include "
vrfobjcore/vrfobjcoreDefines.h
"
18
#include "
vrfobjcore/processSR.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
23
class
DT_DLL_vrfobjcore
DtAggregatePatrolBetweenPSR
:
public
DtVrfProcessStateRepository
24
{
25
public
:
26
28
DtAggregatePatrolBetweenPSR
(
DtVrfObject
* vrfObject,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtAggregatePatrolBetweenPSR
(
const
DtAggregatePatrolBetweenPSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtAggregatePatrolBetweenPSR
();
39
41
DtAggregatePatrolBetweenPSR
&
operator=
(
const
DtAggregatePatrolBetweenPSR
& orig);
42
44
virtual
DtVrfProcessStateRepository
*
clone
(
45
const
DtString
& rwName = DtString::nullString(),
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
50
virtual
DtString
type
()
const
;
51
54
virtual
void
setReverseDirection(
bool
trueFalse);
55
virtual
bool
reverseDirection()
const
;
56
58
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
59
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
60
61
protected
:
62
63
DtRwBoolean
myReverseDirection
;
64
};
65
66
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)