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
activeSonarSensorPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: activeSonarSensorPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
9
#pragma once
10
11
#include "
vrfobjcore/passiveSonarSensorPSR.h
"
12
#include "
vrfutil/rwBoolean.h
"
13
16
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
#include "
vrfutil/rwString.h
"
21
class
DT_DLL_vrfobjcore
DtActiveSonarSensorPSR
:
public
DtPassiveSonarSensorPSR
22
{
23
public
:
24
26
DtActiveSonarSensorPSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtActiveSonarSensorPSR
(
const
DtActiveSonarSensorPSR
& orig,
32
const
DtString
& rwName = DtString::nullString(),
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtActiveSonarSensorPSR
();
37
39
DtActiveSonarSensorPSR
&
operator=
(
const
DtActiveSonarSensorPSR
& 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
53
virtual
DtString
activeSonarMode()
const
;
54
virtual
void
setActiveSonarMode(
const
DtString
& mode);
55
virtual
bool
activeSonarModeSpecified()
const
;
56
58
static
DtVrfProcessStateRepository
*
creator
(
const
DtString
& rwName,
59
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
60
61
protected
:
62
63
DtRwString
myActiveSonarMode
;
64
66
DtRwReal
myNextDetectAttempt
;
67
};
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
)