VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
waitTaskState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrftasks/simTaskState.h"
14 
15 #include "vrfutil/rwReal.h"
17 {
18 
19 public:
20 
23 
26  DtWaitTaskState(const DtString & writeName,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  DtWaitTaskState(const DtString & writeName, const DtWaitTaskState & orig,
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
34  const DtWaitTaskState & operator=(const DtWaitTaskState & orig);
35 
36  virtual ~DtWaitTaskState();
37 
39  virtual DtString type() const;
40 
42  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
43  parentRegistry = 0) const;
44 
46  virtual DtString stringRep() const;
47 
50  virtual void setWaitTime(DtReal seconds);
51  virtual DtReal waitTime() const;
53 
54  static DtSimTaskState * creator();
55 
56 protected:
57 
59 };
60 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)