VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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"
20 
22 class DtVrfObject;
23 
29 
31 {
32 private:
37 
38 public:
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:
61 };
62 
63 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)