VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfplan
planExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: planExecutor.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef planExecutor_H_
15
#define planExecutor_H_
16
17
#include "
vrfplan/vrfplanDefines.h
"
18
19
class
DtPlan
;
20
class
DtSimTask
;
21
class
DtSetDataRequest
;
22
class
DtSimCommand
;
23
class
DtSimCondExpr
;
24
31
class
DT_DLL_vrfplan
DtPlanExecutor
32
{
33
private
:
35
DtPlanExecutor
(
const
DtPlanExecutor
& orig);
37
DtPlanExecutor
& operator=(
const
DtPlanExecutor
& orig);
38
39
public
:
40
DtPlanExecutor
();
41
virtual
~
DtPlanExecutor
();
44
virtual
bool
executeSetDataRequest(
const
DtPlan
& plan,
const
DtSetDataRequest
& sdr) = 0;
47
virtual
bool
executeTask(
const
DtPlan
& plan,
const
DtSimTask
&
task
) = 0;
50
virtual
bool
executeSimCommand(
const
DtPlan
& plan,
const
DtSimCommand
& command) = 0;
53
virtual
bool
evaluateConditional(
const
DtPlan
& plan,
const
DtSimCondExpr
* conditional) = 0;
54
57
virtual
bool
taskActive(
int
taskId)
const
= 0;
58
62
virtual
bool
stopTask(
int
taskId) = 0;
63
64
protected
:
65
};
66
67
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)