VR-Forces 4.7 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
passiveSonarSensorPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfobjcore/signatureObjectSensorPSR.h
"
9
#include <
readerWriter/rwBoolean.h
>
10
13
15
#include "
vrfobjcore/vrfobjcoreDefines.h
"
16
class
DT_DLL_vrfobjcore
DtPassiveSonarSensorPSR
:
public
DtSignatureObjectSensorPSR
17
{
18
public
:
19
21
DtPassiveSonarSensorPSR
(
DtVrfObject
* vrfObject,
22
const
DtString
& rwName = DtString::nullString(),
23
DtReaderWriterRegistry
* parentRegistry = 0);
24
26
DtPassiveSonarSensorPSR
(
const
DtPassiveSonarSensorPSR
& orig,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
virtual
~
DtPassiveSonarSensorPSR
();
32
34
DtPassiveSonarSensorPSR
&
operator=
(
const
DtPassiveSonarSensorPSR
& orig);
35
37
virtual
DtVrfProcessStateRepository
*
clone
(
38
const
DtString
& rwName = DtString::nullString(),
39
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
40
42
virtual
DtString
type
()
const
;
43
44
virtual
void
setDepth(DtReal depth);
45
virtual
DtReal depth()
const
;
46
47
virtual
bool
depthSpecified()
const
;
48
virtual
void
setDepthSpecified(
bool
specified);
49
51
static
DtVrfProcessStateRepository
*
creator
(
const
DtString
& rwName,
52
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
53
54
protected
:
55
DtRwReal
myDepth
;
56
57
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)