VR-Forces 4.6.1 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
launchGlobalPlanCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include "
vrfplan/simCommand.h
"
13
#include "
vrfplan/vrfplanDefines.h
"
14
#include "
vrfutil/rwString.h
"
15
#include <
vrfutil/rwUUID.h
>
16
18
class
DT_DLL_vrfplan
DtLaunchGlobalPlanCommand
:
public
DtSimCommand
19
{
20
public
:
22
DtLaunchGlobalPlanCommand
();
23
25
DtLaunchGlobalPlanCommand
(
const
DtString
& writeName,
26
DtReaderWriterRegistry
* parentRegistry = NULL);
27
29
DtLaunchGlobalPlanCommand
(
const
DtString
& writeName,
const
DtLaunchGlobalPlanCommand
& orig,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtLaunchGlobalPlanCommand
(
const
DtLaunchGlobalPlanCommand
&orig,
34
DtReaderWriterRegistry
* parentRegistry = NULL);
35
37
virtual
~
DtLaunchGlobalPlanCommand
();
38
40
DtLaunchGlobalPlanCommand
&
operator=
(
const
DtLaunchGlobalPlanCommand
& orig);
41
43
const
DtSimCommandMessageType
&
type
()
const
;
44
46
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
47
parentRegistry = 0)
const
;
48
50
51
virtual
const
DtUUID
& uuid()
const
;
52
virtual
void
setUUID(
const
DtUUID
& name);
54
56
virtual
DtString
stringRep
()
const
;
57
59
virtual
int
netRepSize
()
const
;
60
62
virtual
bool
setFromNet
(
const
char
* contentBuffer,
63
unsigned
contentSize);
64
66
virtual
bool
setToNet
();
67
69
static
DtSimCommand
* creator();
70
71
protected
:
72
DtRwUUID
myUUID
;
73
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)