VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simTaskState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfutil/readerWriter.h"
16 
27 {
28 public:
31 
35  DtSimTaskState(const DtString & writeName,
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
39  DtSimTaskState(const DtString & writeName, const DtSimTaskState & orig,
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
43  const DtSimTaskState & operator=(const DtSimTaskState & orig);
44 
46  virtual ~DtSimTaskState();
47 
50  virtual bool init();
51 
59  virtual DtString type() const;
60 
65  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry * parentRegistry = 0) const;
66 
69  virtual void putData(std::string& fp, int indentLevel = 0);
70 
73  virtual DtlObjPtr getData(DtlObjPtr args,
74  const DtReaderWriter::SearchPaths& searchPaths,
75  const DtVariableBindingsList& variableBindings);
76 
87  static DtSimTaskState * createTaskState(DtlObjPtr mtlStream);
88  static DtSimTaskState * createTaskState(DtString taskStateType);
89 
91  static void addTaskStateCreatorFcn(const DtString & taskName,
93 
94  static void setFactory(DtSimTaskStateFactory * factory);
96 
97  static bool isTypeRegistered(DtString type);
98 
100 };
101 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)