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
vrftasks
setActiveSonarMode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
14
#include "
vrftasks/setDataRequest.h
"
15
#include "
vrfutil/rwString.h
"
16
#include "
vrfutil/rwReal.h
"
17
#include "vlpi/netStructs.h"
18
#include "
vrftasks/radioMessageTypes.h
"
19
21
#include "
vrftasks/vrftasksDefines.h
"
22
#include "
vrfutil/rwInt.h
"
23
class
DT_DLL_vrftasks
DtSetActiveSonarMode
:
public
DtSetDataRequest
24
{
25
26
public
:
27
DtSetActiveSonarMode
();
28
31
DtSetActiveSonarMode
(
const
DtString
& writeName,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtSetActiveSonarMode
(
const
DtString
& writeName,
36
const
DtSetActiveSonarMode
& orig,
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
const
DtSetActiveSonarMode
&
operator=
(
const
DtSetActiveSonarMode
& orig);
41
42
virtual
~
DtSetActiveSonarMode
();
43
45
virtual
const
DtSetMessageType
&
type
()
const
;
46
48
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
49
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
50
52
virtual
DtString
stringRep
()
const
;
53
55
56
virtual
const
DtString
mode()
const
;
57
virtual
void
setMode(
const
DtString
aMode);
59
60
virtual
const
DtU8 activeSonarId()
const
;
61
virtual
void
setActiveSonarId(DtU8
id
);
62
65
virtual
int
netRepSize
()
const
;
66
68
virtual
bool
setFromNet
(
const
char
* contentBuffer,
69
unsigned
contentSize);
70
73
virtual
bool
setToNet
();
74
75
static
DtSetDataRequest
* creator();
76
77
protected
:
78
DtRwString
myMode
;
79
DtRwInt
mySystemId
;
80
};
81
82
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)