VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplan
issuePlanCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfplan/simCommand.h
"
12
#include "
vrfutil/rwString.h
"
13
#include <
vrfplan/vrfplanDefines.h
>
14
#include <
vrfplan/plan.h
>
15
#include "
vrfutil/rwInt.h
"
16
17
class
DT_DLL_vrfplan
DtIssuePlanCommand
:
public
DtSimCommand
18
{
19
public
:
20
22
DtIssuePlanCommand
();
23
25
DtIssuePlanCommand
(
const
DtString
& writeName,
26
DtReaderWriterRegistry
* parentRegistry = NULL);
27
29
DtIssuePlanCommand
(
const
DtString
& writeName,
const
DtIssuePlanCommand
& orig,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
virtual
~
DtIssuePlanCommand
();
34
36
DtIssuePlanCommand
(
const
DtIssuePlanCommand
& orig);
37
39
DtIssuePlanCommand
&
operator=
(
const
DtIssuePlanCommand
& orig);
40
42
virtual
const
DtSimCommandMessageType
&
type
()
const
;
43
45
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
46
parentRegistry = 0)
const
;
47
49
50
virtual
const
DtString
& objectName()
const
;
51
virtual
void
setObjectName(
const
DtString
& name);
53
55
56
virtual
const
DtPlan
& plan()
const
;
57
virtual
void
setPlan(
const
DtPlan
& name);
59
60
virtual
int
netRepSize
()
const
;
61
virtual
bool
setFromNet
(
const
char
* contentBuffer,
62
unsigned
contentSize);
63
virtual
bool
setToNet
();
64
66
virtual
DtString
stringRep
()
const
;
67
68
static
DtSimCommand
* creator();
69
70
protected
:
71
72
DtRwString
myObjectName
;
73
DtRwInt
myStatements
;
74
DtPlan
myPlan
;
75
};
76
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
)