VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
waitTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include "vrftasks/simTask.h"
18 #include "vrfutil/rwString.h"
19 
38 
41 {
42 
43 public:
44 
46  DtWaitTask();
47 
50  DtWaitTask(const DtString & writeName, DtReaderWriterRegistry *
51  parentRegistry = 0);
52 
54  DtWaitTask(const DtString & writeName, const DtWaitTask & orig,
55  DtReaderWriterRegistry * parentRegistry = 0);
56 
58  const DtWaitTask & operator=(const DtWaitTask & orig);
59 
60  virtual ~DtWaitTask();
61 
63  virtual const DtSimTaskMessageType& type() const;
64 
66  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
67  parentRegistry = 0) const;
68 
70  virtual DtString stringRep() const;
71 
74  virtual int netRepSize() const;
75 
77  virtual bool setFromNet(const char* contentBuffer,
78  unsigned contentSize);
79 
82  virtual bool setToNet();
83 
84  static DtSimTask * creator();
85 
86 };
87 

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)