VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setEngRules.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/rwString.h
"
20
#include <vlutil/vlNetTypes.h>
21
22
25
struct
DtNetSetEngagementRulesRequest
26
{
27
DtNetU8
myEngagementRulesLength
;
28
};
29
42
#include "
vrftasks/vrftasksDefines.h
"
43
class
DT_DLL_vrftasks
DtSetEngagementRulesRequest
:
public
DtSetDataRequest
44
{
45
46
public
:
47
49
DtSetEngagementRulesRequest
();
50
53
DtSetEngagementRulesRequest
(
const
DtString
& writeName,
54
DtReaderWriterRegistry
* parentRegistry = 0);
55
57
DtSetEngagementRulesRequest
(
const
DtString
& writeName,
const
58
DtSetEngagementRulesRequest
& orig,
DtReaderWriterRegistry
*
59
parentRegistry = 0);
60
62
const
DtSetEngagementRulesRequest
&
operator=
(
const
63
DtSetEngagementRulesRequest
& orig);
64
65
virtual
~
DtSetEngagementRulesRequest
();
66
68
virtual
const
DtSetMessageType
&
type
()
const
;
69
71
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
72
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
73
75
virtual
DtString
stringRep
()
const
;
76
80
virtual
const
DtString
& engagementRules()
const
;
81
virtual
void
setEngagementRules(
const
DtString
& rules);
82
85
virtual
int
netRepSize
()
const
;
86
88
virtual
bool
setFromNet
(
const
char
* contentBuffer,
89
unsigned
contentSize);
90
93
virtual
bool
setToNet
();
94
95
static
DtSetDataRequest
* creator();
96
97
protected
:
98
99
DtRwString
myEngagementRules
;
100
101
};
102
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
)