VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setSpotReportingRequest.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
#pragma once
15
16
#include "
vrftasks/setDataReq.h
"
17
#include "
vrfutil/rwBoolean.h
"
18
23
#include "
vrftasks/vrftasksDefines.h
"
24
25
const
int
DtSetSpotReportingRequestKeep
= 0;
26
const
int
DtSetSpotReportingRequestOff
= 1;
27
const
int
DtSetSpotReportingRequestOn
= 2;
28
const
int
DtSetSpotReportingRequestUseGlobalSetting
= 3;
29
30
class
DT_DLL_vrftasks
DtSetSpotReportingRequest
:
public
DtSetDataRequest
31
{
32
public
:
33
35
DtSetSpotReportingRequest
();
36
39
DtSetSpotReportingRequest
(
const
DtString
& writeName,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
DtSetSpotReportingRequest
(
const
DtString
& writeName,
const
DtSetSpotReportingRequest
&
44
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
45
47
const
DtSetSpotReportingRequest
&
operator=
(
const
DtSetSpotReportingRequest
& orig);
48
49
virtual
~
DtSetSpotReportingRequest
();
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
65
virtual
int
spotReporting()
const
;
66
virtual
void
setSpotReporting(
int
spot);
68
69
virtual
const
std::vector<DtString>& spotReportingReceivers()
const
;
70
virtual
void
setSpotReportingReceivers(
const
std::vector<DtString>& receivers);
71
72
virtual
bool
useGlobalReceivers()
const
;
73
virtual
void
setUseGlobalReceivers(
bool
useGlobal);
74
77
virtual
int
netRepSize
()
const
;
78
80
virtual
bool
setFromNet
(
const
char
* contentBuffer,
81
unsigned
contentSize);
82
85
virtual
bool
setToNet
();
86
87
static
DtSetDataRequest
* creator();
88
89
protected
:
90
91
DtRwInt
mySpotReportingOn
;
92
DtRwBoolean
myUseGlobalReceivers
;
93
DtRwNLengthStringVector
mySpotReportingReceivers
;
94
};
95
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
)