VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
8
9
#ifndef aggregatedPatrolPSR_H_
10
#define aggregatedPatrolPSR_H_
11
12
#include "
vrfobjcore/vrfProcessStateRepository.h
"
13
#include "
vrfutil/rwBoolean.h
"
14
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
class
DT_DLL_vrfobjcore
DtAggregatedPatrolPSR
:
public
DtVrfProcessStateRepository
21
{
22
public
:
23
25
DtAggregatedPatrolPSR
(
DtVrfObject
* vrfObject,
26
const
DtString
& rwName = DtString::nullString(),
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
30
DtAggregatedPatrolPSR
(
const
DtAggregatedPatrolPSR
& orig,
31
const
DtString
& rwName = DtString::nullString(),
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
34
36
virtual
~
DtAggregatedPatrolPSR
();
37
39
DtAggregatedPatrolPSR
&
operator=
(
const
DtAggregatedPatrolPSR
& orig);
40
42
virtual
DtVrfProcessStateRepository
*
clone
(
43
const
DtString
& rwName = DtString::nullString(),
44
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
45
48
virtual
DtString
type
()
const
;
49
52
virtual
void
setReverseDirection(
bool
trueFalse);
53
virtual
bool
reverseDirection()
const
;
54
56
virtual
void
setMovingAlongRoute(
bool
trueFalse);
57
virtual
bool
movingAlongRoute();
58
60
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
61
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
62
63
protected
:
64
65
DtRwBoolean
myReverseDirection
;
66
DtRwBoolean
myMovingAlongRoute
;
67
};
68
69
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)