VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setChannel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#pragma once
16
17
18
#include "
vrftasks/setDataReq.h
"
19
#include "
vrfutil/rwInt.h
"
20
#include <vlutil/vlNetTypes.h>
21
29
30
#include "
vrftasks/vrftasksDefines.h
"
31
class
DT_DLL_vrftasks
DtSetChannelRequest
:
public
DtSetDataRequest
32
{
33
34
public
:
35
37
DtSetChannelRequest
();
38
41
DtSetChannelRequest
(
const
DtString
& writeName,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
DtSetChannelRequest
(
const
DtString
& writeName,
const
DtSetChannelRequest
&
46
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
const
DtSetChannelRequest
&
operator=
(
const
DtSetChannelRequest
& orig);
50
51
virtual
~
DtSetChannelRequest
();
52
54
virtual
const
DtSetMessageType
&
type
()
const
;
55
57
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
58
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
59
61
virtual
DtString
stringRep
()
const
;
62
63
virtual
DtU32 newChannel()
const
;
64
virtual
void
setNewChannel(DtU32 chan);
65
68
virtual
int
netRepSize
()
const
;
69
71
virtual
bool
setFromNet
(
const
char
* contentBuffer,
72
unsigned
contentSize);
73
76
virtual
bool
setToNet
();
77
78
static
DtSetDataRequest
* creator();
79
80
protected
:
81
82
DtRwInt
myNewChannel
;
83
84
};
85
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
)