VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
humanPatrolPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: humanPatrolPSR.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtHumanPatrolPSR_H_
13
#define DtHumanPatrolPSR_H_
14
15
#include "
vrfobjcore/vrfProcessStateRepository.h
"
16
#include <
readerWriter/rwBoolean.h
>
17
#include "
vrfobjcore/vrfobjcoreDefines.h
"
18
23
class
DT_DLL_vrfobjcore
DtHumanPatrolPSR
:
public
DtVrfProcessStateRepository
24
{
25
public
:
26
28
DtHumanPatrolPSR
(
DtVrfObject
* vrfObject,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtHumanPatrolPSR
(
const
DtHumanPatrolPSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtHumanPatrolPSR
();
39
41
DtHumanPatrolPSR
&
operator=
(
const
DtHumanPatrolPSR
& 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
virtual
void
setMovingAlongRoute(
bool
trueFalse);
59
virtual
bool
movingAlongRoute();
60
62
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
63
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
64
65
protected
:
66
67
DtRwBoolean
myReverseDirection
;
68
DtRwBoolean
myMovingAlongRoute
;
69
};
70
71
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)