VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setNotifyLevel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <vlutil/vlString.h>
14
#include <vlutil/vlNetTypes.h>
15
#include "
vrftasks/setDataReq.h
"
16
#include "
vrftasks/vrftasksDefines.h
"
17
#include "
vrfutil/rwInt.h
"
18
21
class
DT_DLL_vrftasks
DtSetNotifyLevel
:
public
DtSetDataRequest
22
{
23
public
:
24
26
DtSetNotifyLevel
();
27
28
DtSetNotifyLevel
(
const
DtString
& writeName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtSetNotifyLevel
(
const
DtString
& writeName,
const
DtSetNotifyLevel
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
const
DtSetNotifyLevel
&
operator=
(
const
37
DtSetNotifyLevel
& orig);
38
40
virtual
~
DtSetNotifyLevel
();
41
43
static
DtSetDataRequest
* creator();
44
46
virtual
bool
init
();
47
49
virtual
const
DtSetMessageType
&
type
()
const
;
50
53
54
virtual
void
setNotifyLevel(DtNotifyLevelType notifyLevel);
55
virtual
DtNotifyLevelType notifyLevel()
const
;
57
60
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
61
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
62
64
virtual
DtString
stringRep
()
const
;
65
67
virtual
int
netRepSize
()
const
;
68
70
virtual
bool
setFromNet
(
const
char
* contentBuffer,
71
unsigned
contentSize);
72
74
virtual
bool
setToNet
();
75
76
protected
:
77
DtRwInt
myNotifyLevel
;
78
};
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)