VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
radarObjectSensorDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: radarObjectSensorDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef radarObjectSensorDesc_H_
16
#define radarObjectSensorDesc_H_
17
18
#include "
vrfobjparam/signatureObjectSensorDesc.h
"
19
#include "
vrfutil/rwVector.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
#include "
vrfobjparam/emtrSystemEntry.h
"
22
25
#include "
vrfobjparam/vrfobjparamDefines.h
"
26
class
DT_DLL_vrfobjparam
DtRadarObjectSensorDescriptor
:
public
DtSignatureObjectSensorDescriptor
27
{
28
private
:
30
DtRadarObjectSensorDescriptor
();
31
32
public
:
34
DtRadarObjectSensorDescriptor
(
const
DtString
& name,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtRadarObjectSensorDescriptor
(
const
DtRadarObjectSensorDescriptor
&
39
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
DtRadarObjectSensorDescriptor
&
operator=
(
const
43
DtRadarObjectSensorDescriptor
& orig);
44
46
virtual
~
DtRadarObjectSensorDescriptor
();
47
50
virtual
DtString
type
()
const
;
51
52
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
53
= 0)
const
;
54
56
static
DtComponentDescriptor
*
creator
();
57
60
virtual
DtReal detectionPeriod()
const
;
61
virtual
void
setDetectionPeriod(DtReal detectionPeriod);
63
66
virtual
bool
publishEmitterSystem()
const
;
67
virtual
void
setPublishEmitterSystem(
bool
v);
69
72
virtual
const
DtEmitterSystemEntry
& emitterSystem()
const
;
73
virtual
DtEmitterSystemEntry
& emitterSystem();
75
76
protected
:
77
81
90
DtRwReal
myDetectionPeriod
;
91
96
DtRwBoolean
myPublishEmitterSystem
;
97
102
DtEmitterSystemEntry
myEmitterSystem
;
103
105
};
106
107
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)