VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrftasks
embeddedSetForwardTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include "
vrftasks/simTask.h
"
13
#include "
vrftasks/vrftasksDefines.h
"
14
15
#include "
vrfutil/rwString.h
"
16
17
class
DtSetDataRequest
;
18
22
class
DT_DLL_vrftasks
DtEmbeddedSetForwardTask
:
public
DtSimTask
23
{
24
25
public
:
26
DtEmbeddedSetForwardTask
();
27
DtEmbeddedSetForwardTask
(
const
DtString
& mtlName,
DtReaderWriterRegistry
* parentRegistry = NULL);
28
DtEmbeddedSetForwardTask
(
const
DtString
& mtlName,
29
const
DtEmbeddedSetForwardTask
& orig,
DtReaderWriterRegistry
* parentRegistry = NULL);
30
31
~
DtEmbeddedSetForwardTask
();
32
33
DtEmbeddedSetForwardTask
&
operator=
(
const
DtEmbeddedSetForwardTask
& orig);
34
virtual
DtSimTask
*
clone
(
const
DtString
& mtlName,
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
35
36
virtual
const
DtSimTaskMessageType
&
type
()
const
;
37
static
DtSimTask
* creator();
38
41
virtual
int
netRepSize
()
const
;
42
virtual
bool
setFromNet
(
const
char
* buff,
unsigned
contentSize);
43
virtual
bool
setToNet
();
45
47
virtual
DtString
stringRep
()
const
;
48
51
virtual
const
DtString
& embeddedEntityName()
const
;
52
virtual
void
setEmbeddedEntityName(
const
DtString
& name);
54
57
virtual
const
DtSetDataRequest
* setToForward()
const
;
59
virtual
void
setSetToForward(
const
DtSetDataRequest
* tsk);
61
62
protected
:
63
virtual
void
putData
(FILE *fp,
int
indentLevel = 0);
64
virtual
DtlObjPtr
getData
(DtlObjPtr args,
65
const
DtReaderWriter::SearchPaths
& searchPaths,
66
const
DtVariableBindingsList
& variableBindings);
67
68
protected
:
69
DtRwString
myEmbeddedEntityName
;
70
DtSetDataRequest
*
mySetToForward
;
71
};
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)