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
vrfplanmgr
launchGlobalPlanCommandExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfobjcore/simCommandExecutor.h
"
14
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
15
18
class
DT_DLL_vrfplanmgr
DtLaunchGlobalPlanCommandExecutor
:
public
DtSimCommandExecutor
19
{
20
public
:
21
DtLaunchGlobalPlanCommandExecutor
(
DtSimManager
* simManager);
22
23
virtual
~
DtLaunchGlobalPlanCommandExecutor
();
24
28
virtual
bool
execute
(
const
DtSimCommand
* command,
DtSimCommandContextPtr
& context,
const
DtUUID
& entity,
const
DtPlan
* = 0);
29
31
virtual
bool
execute
(
const
DtSimCommand
* command,
DtSimCommandContextPtr
& context,
const
DtPlan
* = 0);
32
34
static
DtSimCommandExecutor
* create(
DtSimManager
* simManager);
35
36
private
:
38
DtLaunchGlobalPlanCommandExecutor
();
40
DtLaunchGlobalPlanCommandExecutor
(
const
DtLaunchGlobalPlanCommandExecutor
& orig);
42
DtLaunchGlobalPlanCommandExecutor
&
operator=
(
const
DtLaunchGlobalPlanCommandExecutor
& orig);
43
};
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
)