VR-Forces 4.1.1 Class Documentation
setFrmation.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 
18 #include "vrftasks/setDataReq.h"
19 #include "vrfutil/rwString.h"
20 #include <vlutil/vlNetTypes.h>
38 {
39 
40 public:
41 
44 
47  DtSetFormationRequest(const DtString & writeName,
48  DtReaderWriterRegistry * parentRegistry = 0);
49 
51  DtSetFormationRequest(const DtString & writeName,
52  const DtSetFormationRequest & orig,
53  DtReaderWriterRegistry * parentRegistry = 0);
54 
57 
58  virtual ~DtSetFormationRequest();
59 
61  virtual const DtSetMessageType& type() const;
62 
64  virtual DtSetDataRequest * clone(const DtString & name,
65  DtReaderWriterRegistry * parentRegistry = 0) const;
66 
68  virtual DtString stringRep() const;
69 
73 
74  virtual DtString formationName() const;
75  virtual void setFormationName(const DtString& name);
77 
80  virtual int netRepSize() const;
81 
83  virtual bool setFromNet(const char* contentBuffer,
84  unsigned contentSize);
85 
88  virtual bool setToNet();
89 
92  virtual void getSelf(DtlObjPtr args,
93  const DtFilename& searchPath = DtFilename::nullFilename(),
94  const DtVariableBindingsList& variableBindings = nullVariableReference());
95 
96  static DtSetDataRequest * creator();
97 
98 protected:
99 
101 };
102 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)