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
vrfobjparam
activeSonarSensorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma
13
14
#include "
vrfobjparam/passiveSonarSensorDescriptor.h
"
15
#include "
vrfutil/rwVector.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
#include "
vrfobjparam/activeSonarSystemEntry.h
"
18
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
class
DT_DLL_vrfobjparam
DtActiveSonarSensorDescriptor
:
public
DtPassiveSonarSensorDescriptor
23
{
24
private
:
26
DtActiveSonarSensorDescriptor
();
27
28
public
:
30
DtActiveSonarSensorDescriptor
(
const
DtString
& name,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtActiveSonarSensorDescriptor
(
const
DtActiveSonarSensorDescriptor
&
35
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtActiveSonarSensorDescriptor
&
operator=
(
const
39
DtActiveSonarSensorDescriptor
& orig);
40
42
virtual
~
DtActiveSonarSensorDescriptor
();
43
46
virtual
DtString
type
()
const
;
47
48
virtual
DtComponentDescriptor
*
clone
(
49
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
50
52
static
DtComponentDescriptor
*
creator
();
53
56
virtual
DtReal
detectionPeriod
()
const
;
57
virtual
void
setDetectionPeriod
(DtReal detectionPeriod);
59
62
virtual
bool
publishActiveSonarSystem()
const
;
63
virtual
void
setPublishActiveSonarSystem(
bool
v);
65
68
virtual
const
DtActiveSonarSystemEntry
& activeSonarSystem()
const
;
69
virtual
DtActiveSonarSystemEntry
& activeSonarSystem();
71
74
virtual
bool
activeByDefault()
const
;
75
virtual
void
setActiveByDefault(
bool
active);
77
78
protected
:
79
83
92
DtRwReal
myDetectionPeriod
;
93
98
DtRwBoolean
myPublishActiveSonarSystem
;
99
104
DtActiveSonarSystemEntry
myActiveSonarSystem
;
105
111
DtRwBoolean
myActiveByDefault
;
112
114
};
115
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
)