VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setDesig.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 <vlpi/NetStructs.h>
21
24
struct
DtNetSetDesignatorRequest
25
{
26
DtNetU16
myDesignator
;
27
};
28
34
#include "
vrftasks/vrftasksDefines.h
"
35
class
DT_DLL_vrftasks
DtSetDesignatorRequest
:
public
DtSetDataRequest
36
{
37
38
public
:
39
41
DtSetDesignatorRequest
();
42
45
DtSetDesignatorRequest
(
const
DtString
& writeName,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
DtSetDesignatorRequest
(
const
DtString
& writeName,
const
DtSetDesignatorRequest
&
50
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
51
53
const
DtSetDesignatorRequest
&
operator=
(
const
DtSetDesignatorRequest
& orig);
54
55
virtual
~
DtSetDesignatorRequest
();
56
58
virtual
const
DtSetMessageType
&
type
()
const
;
59
61
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
62
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
63
65
virtual
DtString
stringRep
()
const
;
66
68
virtual
int
designator()
const
;
69
virtual
void
setDesignator(
int
designator);
70
73
virtual
int
netRepSize
()
const
;
74
76
virtual
bool
setFromNet
(
const
char
* contentBuffer,
77
unsigned
contentSize);
78
81
virtual
bool
setToNet
();
82
83
static
DtSetDataRequest
* creator();
84
85
protected
:
86
87
DtRwInt
myDesignator
;
88
89
};
90
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)