VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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/setDataRequest.h
"
16
#include "
vrftasks/vrftasksDefines.h
"
17
#include <
readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)