VR-Forces 4.1 Class Documentation
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"
19 
20 class DtSimManager;
21 
27 {
28 private:
33 
34 public:
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)