VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
embarkTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrftasks/simTask.h"
12 #include <vlutil/vlNetTypes.h>
13 #include "vrfutil/rwString.h"
14 #include "vrfutil/rwVector.h"
15 #include "vrfutil/rwBoolean.h"
16 #include <vlpi/netStructs.h>
17 #include "vrfutil/rwUUID.h"
18 
25 {
26 
27 public:
28 
30 
31  DtEmbarkTask();
32 
33 
36 
37  DtEmbarkTask(const DtString & writeName,
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
40 
42 
43  DtEmbarkTask(const DtString & writeName, const
45  parentRegistry = 0);
46 
47 
49 
50  const DtEmbarkTask & operator=(const
51  DtEmbarkTask & orig);
52 
53 
54  virtual ~DtEmbarkTask();
55 
56 
58 
59  virtual const DtSimTaskMessageType& type() const;
60 
61 
63 
64  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
65  parentRegistry = 0) const;
66 
67 
69 
70  virtual DtString stringRep() const;
71 
72 
75  virtual void setParent(const DtUUID&);
76 
77 
80  virtual const DtUUID& parent() const;
81 
82 
85 
86  virtual int netRepSize() const;
87 
88 
90 
91  virtual bool setFromNet(const char* contentBuffer,
92  unsigned contentSize);
93 
94 
97 
98  virtual bool setToNet();
99 
100 
101  static DtSimTask * creator();
102 
103 
104  virtual void setLoadOverride(bool b);
105  virtual bool loadOverride() const;
106 
107  virtual void setLoadOverridePosition(const DtVector&);
108  virtual const DtVector& loadOverridePosition() const;
109 
110 protected:
111 
115 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)