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
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/signatureObjectSensorPSR.h
"
13
#include "
vrfutil/rwBoolean.h
"
14
17
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
class
DT_DLL_vrfobjcore
DtRadarObjectSensorPSR
:
public
DtSignatureObjectSensorPSR
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
51
virtual
bool
emitterSystemOn()
const
;
52
virtual
void
setEmitterSystemOn(
bool
onOff);
54
57
virtual
const
DtString
& radarMode()
const
;
58
virtual
void
setRadarMode(
const
DtString
& mode);
60
63
virtual
bool
emitterSystemOnSpecified()
const
;
64
66
static
DtVrfProcessStateRepository
*
creator
(
const
DtString
& rwName,
67
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
68
69
protected
:
70
71
DtRwBoolean
myEmitterSystemOn
;
72
DtRwString
myRadarMode
;
73
};
74
75
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)