VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setSonarDepth.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
#pragma once
15
16
17
#include "
vrftasks/setDataReq.h
"
18
#include "
vrfutil/rwReal.h
"
19
28
#include "
vrftasks/vrftasksDefines.h
"
29
class
DT_DLL_vrftasks
DtSetSonarDepthRequest
:
public
DtSetDataRequest
30
{
31
32
public
:
33
35
DtSetSonarDepthRequest
();
36
39
DtSetSonarDepthRequest
(
const
DtString
& writeName,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
DtSetSonarDepthRequest
(
const
DtString
& writeName,
const
DtSetSonarDepthRequest
&
44
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
45
47
const
DtSetSonarDepthRequest
&
operator=
(
const
DtSetSonarDepthRequest
& orig);
48
49
virtual
~
DtSetSonarDepthRequest
();
50
52
virtual
const
DtSetMessageType
&
type
()
const
;
53
55
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
56
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
57
59
virtual
DtString
stringRep
()
const
;
60
62
virtual
DtReal depth()
const
;
63
virtual
void
setDepth(DtReal depth);
64
65
virtual
bool
useEntityDepth()
const
;
66
virtual
void
setUseEntityDepth(
bool
useEntityDepth);
67
70
virtual
int
netRepSize
()
const
;
71
73
virtual
bool
setFromNet
(
const
char
* contentBuffer,
74
unsigned
contentSize);
75
78
virtual
bool
setToNet
();
79
80
static
DtSetDataRequest
* creator();
81
82
protected
:
83
84
DtRwReal
myDepth
;
85
DtRwBoolean
myUseEntityDepth
;
86
87
};
88
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
)