VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
passiveSonarSensorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/signatureObjectSensorDesc.h
"
15
#include "
vrfutil/rwVector.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
18
#include "
vrfobjparam/vrfobjparamDefines.h
"
19
class
DT_DLL_vrfobjparam
DtPassiveSonarSensorDescriptor
:
public
DtSignatureObjectSensorDescriptor
20
{
21
private
:
23
DtPassiveSonarSensorDescriptor
();
24
25
public
:
27
DtPassiveSonarSensorDescriptor
(
const
DtString
& name,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtPassiveSonarSensorDescriptor
(
const
DtPassiveSonarSensorDescriptor
&
32
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtPassiveSonarSensorDescriptor
&
operator=
(
const
36
DtPassiveSonarSensorDescriptor
& orig);
37
39
virtual
~
DtPassiveSonarSensorDescriptor
();
40
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
46
= 0)
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
DtReal maxEffectiveSpeed()
const
;
54
virtual
void
setMaxEffectiveSpeed(DtReal detectionPeriod);
56
59
virtual
bool
sonarDipCapable()
const
;
60
virtual
void
setSonarDipCapable(
bool
v);
62
65
virtual
bool
usableWhileRetracted()
const
;
66
virtual
void
setUsableWhileRetracted(
bool
v);
68
69
protected
:
70
74
79
DtRwReal
myMaxEffectiveSpeed
;
80
85
DtRwBoolean
mySonarDipCapable
;
86
93
DtRwBoolean
myUsableWhileRetracted
;
94
96
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)