VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
genericTaskState.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#include "
vrftasks/vrftasksDefines.h
"
10
#include "
vrftasks/simTaskState.h
"
11
#include "
vrfutil/rwVariableBindings.h
"
12
15
class
DT_DLL_vrftasks
DtGenericTaskState
:
public
DtSimTaskState
16
{
17
public
:
19
DtGenericTaskState
();
20
23
DtGenericTaskState
(
const
DtString
& writeName,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtGenericTaskState
(
const
DtString
& writeName,
const
DtGenericTaskState
& orig,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
const
DtGenericTaskState
&
operator=
(
const
DtGenericTaskState
& orig);
32
33
virtual
~
DtGenericTaskState
();
34
36
virtual
DtString
type
()
const
;
37
39
virtual
DtSimTaskState
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
40
parentRegistry = 0)
const
;
41
43
virtual
DtString
stringRep()
const
;
44
45
virtual
DtRwVariableBindings
& keyValueList();
46
virtual
const
DtRwVariableBindings
& keyValueList()
const
;
47
48
static
DtSimTaskState
* creator();
49
50
protected
:
51
DtRwVariableBindings
myKeyValueList
;
52
53
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)