VR-Forces 4.2 Class Documentation
setLoadEntity.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
16 #include "vrftasks/setDataReq.h"
17 #include <vlutil/vlNetTypes.h>
18 #include "vrfutil/rwString.h"
19 #include "vrfutil/rwVector.h"
20 #include "vrfutil/rwBoolean.h"
21 #include <vlpi/NetStructs.h>
22 
26 {
28  DtNetU8 myLoadOverride;
29  DtNet64Vector myLoadOverridePosition;
30 };
31 
38 {
39 
40 public:
41 
44 
47  DtSetLoadEntityRequest(const DtString & writeName,
48  DtReaderWriterRegistry * parentRegistry = 0);
49 
51  DtSetLoadEntityRequest(const DtString & writeName, const
53  parentRegistry = 0);
54 
56  const DtSetLoadEntityRequest & operator=(const
57  DtSetLoadEntityRequest & orig);
58 
59  virtual ~DtSetLoadEntityRequest();
60 
62 
63  virtual const DtSetMessageType& type() const;
64 
66 
67  virtual DtSetDataRequest * clone(const DtString & name, DtReaderWriterRegistry *
68  parentRegistry = 0) const;
69 
71 
72  virtual DtString stringRep() const;
73 
75 
76  virtual void setParentName(const DtString& parentName );
77 
79 
80  virtual const DtString& parentName() const;
81 
84 
85  virtual int netRepSize() const;
86 
88 
89  virtual bool setFromNet(const char* contentBuffer,
90  unsigned contentSize);
91 
94 
95  virtual bool setToNet();
96 
97  static DtSetDataRequest * creator();
98 
99  virtual void setLoadOverride(bool b);
100  virtual bool loadOverride() const;
101 
102  virtual void setLoadOverridePosition(const DtVector&);
103  virtual const DtVector& loadOverridePosition() const;
104 
105 protected:
106 
110 
111 };
112 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)