VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createObjectCommandExecutor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
19 {
20 public:
21  DtSimCommandCreateContext(int id) : myCreateID(id) {};
22  DtSimCommandCreateContext(const DtSimCommandCreateContext& orig) : myCreateID(orig.myCreateID) {};
24 
25  int myCreateID;
26 };
27 
32 {
33 public:
35 
37 
40  virtual bool execute(const DtSimCommand* command, DtSimCommandContextPtr& context, const DtPlan* = 0);
41 
43  static DtSimCommandExecutor* create(DtSimManager* simManager);
44 
47  virtual bool isSimCommandComplete(const DtSimCommand* command, const DtSimCommandContextPtr& context, const DtPlan* = 0) const;
48 
49 private:
56 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)