VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplanmgr
globalPlanExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: globalPlanExecutor.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef globalPlanExecutor_h
15
#define globalPlanExecutor_h
16
17
#include "
vrfplan/planExecutor.h
"
18
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
19
20
class
DtSimManager
;
21
26
class
DT_DLL_vrfplanmgr
DtGlobalPlanExecutor
:
public
DtPlanExecutor
27
{
28
private
:
30
DtGlobalPlanExecutor
(
const
DtGlobalPlanExecutor
& orig);
32
DtGlobalPlanExecutor
&
operator=
(
const
DtGlobalPlanExecutor
& orig);
33
34
public
:
35
DtGlobalPlanExecutor
(
DtSimManager
* simManager);
36
virtual
~
DtGlobalPlanExecutor
();
39
virtual
bool
executeSetDataRequest
(
const
DtPlan
& plan,
const
DtSetDataRequest
& sdr);
41
virtual
bool
executeTask
(
const
DtPlan
& plan,
const
DtSimTask
&
task
);
44
virtual
bool
executeSimCommand
(
const
DtPlan
& plan,
const
DtSimCommand
& command);
46
virtual
bool
evaluateConditional
(
const
DtPlan
& plan,
const
DtSimCondExpr
* conditional);
47
49
virtual
bool
taskActive
(
int
taskId)
const
{
return
false
;};
50
53
virtual
bool
stopTask
(
int
taskId) {
return
false
;};
54
protected
:
55
56
protected
:
57
DtSimManager
* mySimManager;
58
};
59
60
61
#endif
62
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
)