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
vrfobjcore
vrfSimPlanExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfSimPlanExecutor.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef vrfSimPlanExecutor_H_
16
#define vrfSimPlanExecutor_H_
17
18
#include "
vrfplan/planExecutor.h
"
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
21
class
DtVrfMessageInterface
;
22
class
DtVrfObject
;
23
29
30
class
DT_DLL_vrfobjcore
DtVrfSimPlanExecutor
:
public
DtPlanExecutor
31
{
32
private
:
34
DtVrfSimPlanExecutor
(
const
DtVrfSimPlanExecutor
& orig);
36
DtVrfSimPlanExecutor
&
operator=
(
const
DtVrfSimPlanExecutor
& orig);
37
38
public
:
39
DtVrfSimPlanExecutor
(
DtVrfObject
* vrfObject);
40
virtual
~
DtVrfSimPlanExecutor
();
43
virtual
bool
executeSetDataRequest
(
const
DtPlan
& plan,
const
DtSetDataRequest
& sdr);
46
virtual
bool
executeTask
(
const
DtPlan
& plan,
const
DtSimTask
&
task
);
49
virtual
bool
executeSimCommand
(
const
DtPlan
& plan,
const
DtSimCommand
& command);
51
virtual
bool
evaluateConditional
(
const
DtPlan
& plan,
const
DtSimCondExpr
* conditional);
52
54
virtual
bool
taskActive
(
int
taskId)
const
;
55
57
virtual
bool
stopTask
(
int
taskId);
58
59
protected
:
60
DtVrfObject
*
myVrfObject
;
61
};
62
63
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)