VR-Forces 4.6 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
humanCrosswalkControllerPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
10
#pragma once
11
12
#include "
vrfobjcore/vrfProcessStateRepository.h
"
13
#include "
vrfutil/rwInt.h
"
14
15
enum
DtRoadCrossingState
16
{
17
NotCrossing
,
18
CrossingCrosswalk
,
19
Jaywalking
20
};
21
24
#include "
vrfobjcore/vrfobjcoreDefines.h
"
25
class
DT_DLL_vrfobjcore
DtHumanCrosswalkControllerPSR
:
public
DtVrfProcessStateRepository
26
{
27
public
:
29
DtHumanCrosswalkControllerPSR
(
DtVrfObject
* vrfObject,
30
const
DtString
& rwName = DtString::nullString(),
31
DtReaderWriterRegistry
* parentRegistry = 0);
33
DtHumanCrosswalkControllerPSR
(
const
DtHumanCrosswalkControllerPSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
37
DtHumanCrosswalkControllerPSR
&
operator=
(
38
const
DtHumanCrosswalkControllerPSR
& orig);
40
virtual
~
DtHumanCrosswalkControllerPSR
();
41
43
virtual
DtVrfProcessStateRepository
*
clone
(
44
const
DtString
& rwName = DtString::nullString(),
45
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
46
48
virtual
DtString
type
()
const
;
49
51
static
DtVrfProcessStateRepository
* creator(
const
DtString
& rwName,
52
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry = 0);
53
56
virtual
DtRoadCrossingState
crossingState()
const
;
57
virtual
void
setCrossingState(
DtRoadCrossingState
newValue);
59
60
protected
:
61
62
DtRwInt
myCrossingState
;
63
};
64
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)