VR-Forces 4.1 Class Documentation
crashIntoTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #include <vlutil/vlNetTypes.h>
13 
14 #include "vrftasks/simTask.h"
15 #include "vrfutil/rwString.h"
16 
17 
18 
23 {
25 };
26 
32 {
33 public:
36 
39  DtCrashIntoTask(const DtString & writeName,
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
43  DtCrashIntoTask(const DtString & writeName, const DtCrashIntoTask & orig,
44  DtReaderWriterRegistry * parentRegistry = 0);
45 
47  const DtCrashIntoTask & operator=(const DtCrashIntoTask & orig);
48 
49  virtual ~DtCrashIntoTask();
50 
52  virtual const DtSimTaskMessageType& type() const;
53 
55  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
56  parentRegistry = 0) const;
57 
59  virtual DtString stringRep() const;
60 
62  virtual DtString targetName() const;
63  virtual void setTargetName(const DtString & name);
64 
67  virtual int netRepSize() const;
68 
70  virtual bool setFromNet(const char* contentBuffer,
71  unsigned contentSize);
72 
75  virtual bool setToNet();
76 
77  static DtSimTask * creator();
78 
79 protected:
80 
82 
83 };
84 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)