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
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 <
readerWriter/rwString.h
>
13
#include <
vrfplan/vrfplanDefines.h
>
14
#include <
vrfplan/plan.h
>
15
#include <
readerWriter/rwInt.h
>
16
#include <
vrfutil/rwUUID.h
>
17
18
class
DT_DLL_vrfplan
DtIssuePlanCommand
:
public
DtSimCommand
19
{
20
public
:
21
23
DtIssuePlanCommand
();
24
26
DtIssuePlanCommand
(
const
DtString
& writeName,
27
DtReaderWriterRegistry
* parentRegistry = NULL);
28
30
DtIssuePlanCommand
(
const
DtString
& writeName,
const
DtIssuePlanCommand
& orig,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
virtual
~
DtIssuePlanCommand
();
35
37
DtIssuePlanCommand
(
const
DtIssuePlanCommand
& orig);
38
40
DtIssuePlanCommand
&
operator=
(
const
DtIssuePlanCommand
& orig);
41
43
virtual
const
DtSimCommandMessageType
&
type
()
const
;
44
46
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
47
parentRegistry = 0)
const
;
48
50
51
virtual
const
DtUUID
& issueTo()
const
;
52
virtual
void
setIssueTo(
const
DtUUID
&);
54
56
57
virtual
const
DtPlan
& plan()
const
;
58
virtual
void
setPlan(
const
DtPlan
& name);
60
61
virtual
int
netRepSize
()
const
;
62
virtual
bool
setFromNet
(
const
char
* contentBuffer,
63
unsigned
contentSize);
64
virtual
bool
setToNet
();
65
67
virtual
DtString
stringRep
()
const
;
68
69
static
DtSimCommand
* creator();
70
71
protected
:
72
73
DtRwUUID
myIssueTo
;
74
DtRwInt
myStatements
;
75
DtPlan
myPlan
;
76
};
77
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
)