VR-Forces 4.6.1 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
setEngagementResults.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include "
vrftasks/vrftasksDefines.h
"
13
#include "
vrftasks/setDataRequest.h
"
14
#include "
vrfutil/rwReal.h
"
15
#include "
vrfutil/rwString.h
"
16
20
class
DT_DLL_vrftasks
DtSetEngagementResults
:
public
DtSetDataRequest
21
{
22
23
public
:
24
26
DtSetEngagementResults
();
27
30
DtSetEngagementResults
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtSetEngagementResults
(
const
DtString
& writeName,
const
DtSetEngagementResults
&
35
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
const
DtSetEngagementResults
&
operator=
(
const
DtSetEngagementResults
& orig);
39
40
virtual
~
DtSetEngagementResults
();
41
43
virtual
const
DtSetMessageType
&
type
()
const
;
44
48
virtual
void
setEngagementResults(
const
DtString
&);
49
virtual
const
DtString
& engagementResults()
const
;
50
54
virtual
void
setExpirationTime(
double
);
55
virtual
double
expirationTime()
const
;
56
58
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
59
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
60
62
virtual
DtString
stringRep
()
const
;
63
65
virtual
int
netRepSize
()
const
;
66
68
virtual
bool
setFromNet
(
const
char
* contentBuffer,
69
unsigned
contentSize);
70
73
virtual
bool
setToNet
();
74
75
static
DtSetDataRequest
* creator();
76
77
protected
:
78
DtRwString
myEngagementResults
;
79
DtRwReal
myExpirationTime
;
80
};
81
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)