VR-Forces 4.7 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
vrfplan
taskCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfplan/simCommand.h
"
14
#include "
vrfplan/vrfplanDefines.h
"
15
#include <
readerWriter/rwString.h
>
16
#include <
vrfutil/rwUUID.h
>
17
18
class
DtSimTask
;
19
23
class
DT_DLL_vrfplan
DtTaskCommand
:
public
DtSimCommand
24
{
25
public
:
27
DtTaskCommand
();
28
30
DtTaskCommand
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
DtTaskCommand
(
const
DtString
& writeName,
const
DtTaskCommand
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
virtual
~
DtTaskCommand
();
39
41
DtTaskCommand
&
operator=
(
const
DtTaskCommand
& orig);
42
44
virtual
const
DtSimCommandMessageType
&
type
()
const
;
45
47
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
48
parentRegistry = 0)
const
;
49
51
52
virtual
const
DtUUID
& uuid()
const
;
53
virtual
void
setUUID(
const
DtUUID
&);
55
57
virtual
const
DtSimTask
*
task
()
const
;
59
virtual
void
setTask(
const
DtSimTask
* task);
60
62
virtual
DtString
stringRep
()
const
;
63
65
virtual
int
netRepSize
()
const
;
66
68
virtual
bool
setFromNet
(
const
char
* contentBuffer,
69
unsigned
contentSize);
70
72
virtual
bool
setToNet
();
73
75
static
DtSimCommand
* creator();
76
77
protected
:
79
80
virtual
void
putData
(std::string& fp,
int
indentLevel = 0);
81
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
82
const
DtVariableBindingsList
& variableBindings);
84
85
protected
:
86
DtRwUUID
myUUID
;
87
DtSimTask
*
myTask
;
88
};
89
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)