VR-Forces 4.3 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
radarObjectSensorPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: radarObjectSensorPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef radarObjectSensorPSR_H_
10
#define radarObjectSensorPSR_H_
11
12
#include "
vrfobjcore/objectSensorPSR.h
"
13
#include "
vrfutil/rwBoolean.h
"
14
17
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
class
DT_DLL_vrfobjcore
DtRadarObjectSensorPSR
:
public
DtObjectSensorPSR
22
{
23
public
:
24
26
DtRadarObjectSensorPSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtRadarObjectSensorPSR
(
const
DtRadarObjectSensorPSR
& orig,
32
const
DtString
& rwName = DtString::nullString(),
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtRadarObjectSensorPSR
();
37
39
DtRadarObjectSensorPSR
&
operator=
(
const
DtRadarObjectSensorPSR
& orig);
40
42
virtual
DtVrfProcessStateRepository
*
clone
(
43
const
DtString
& rwName = DtString::nullString(),
44
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
45
47
virtual
DtString
type
()
const
;
48
50
virtual
void
setNextDetectAttempt(
DtTime
time);
51
virtual
DtTime
nextDetectAttempt()
const
;
52
55
virtual
bool
emitterSystemOn()
const
;
56
virtual
void
setEmitterSystemOn(
bool
onOff);
58
61
virtual
bool
emitterSystemOnSpecified()
const
;
62
64
static
DtVrfProcessStateRepository
*
creator
(
const
DtString
& rwName,
65
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
66
67
protected
:
68
69
DtRwBoolean
myEmitterSystemOn
;
70
72
DtRwReal
myNextDetectAttempt
;
73
};
74
75
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)