VR-Forces 4.2 Class Documentation
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)