VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
aggregatedPatrolPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: aggregatedPatrolPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef aggregatedPatrolPSR_H_
13
#define aggregatedPatrolPSR_H_
14
15
#include "
vrfobjcore/processSR.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
22
#include "
vrfobjcore/vrfobjcoreDefines.h
"
23
class
DT_DLL_vrfobjcore
DtAggregatedPatrolPSR
:
public
DtVrfProcessStateRepository
24
{
25
public
:
26
28
DtAggregatedPatrolPSR
(
DtVrfObject
* vrfObject,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtAggregatedPatrolPSR
(
const
DtAggregatedPatrolPSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
37
39
virtual
~
DtAggregatedPatrolPSR
();
40
42
DtAggregatedPatrolPSR
&
operator=
(
const
DtAggregatedPatrolPSR
& orig);
43
45
virtual
DtVrfProcessStateRepository
*
clone
(
46
const
DtString
& rwName = DtString::nullString(),
47
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
48
51
virtual
DtString
type
()
const
;
52
55
virtual
void
setReverseDirection(
bool
trueFalse);
56
virtual
bool
reverseDirection()
const
;
57
59
virtual
void
setMovingAlongRoute(
bool
trueFalse);
60
virtual
bool
movingAlongRoute();
61
63
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
64
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
65
66
protected
:
67
68
DtRwBoolean
myReverseDirection
;
69
DtRwBoolean
myMovingAlongRoute
;
70
};
71
72
#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
)