VR-Forces 4.2 Class Documentation
verticalLandingTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrftasks/simTask.h"
13 #include <vlutil/vlNetTypes.h>
14 #include "vrfutil/rwString.h"
15 #include "vrfutil/rwVector.h"
16 #include "vrfutil/rwBoolean.h"
17 #include <vlpi/NetStructs.h>
18 
21 
23 {
25 };
26 
33 {
34 
35 public:
36 
39 
42  DtVerticalLandingTask(const DtString & writeName,
43  DtReaderWriterRegistry * parentRegistry = 0);
44 
46  DtVerticalLandingTask(const DtString & writeName, const
48  parentRegistry = 0);
49 
51  const DtVerticalLandingTask & operator=(const
52  DtVerticalLandingTask & orig);
53 
54  virtual ~DtVerticalLandingTask();
55 
57  virtual const DtSimTaskMessageType& type() const;
58 
60  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
61  parentRegistry = 0) const;
62 
64  virtual DtString stringRep() const;
65 
67  virtual void setControlObjectName(const DtString& name);
68  virtual const DtString& controlObjectName() const;
69 
72  virtual int netRepSize() const;
73 
75  virtual bool setFromNet(const char* contentBuffer,
76  unsigned contentSize);
77 
80  virtual bool setToNet();
81 
82  static DtSimTask * creator();
83 
84 protected:
86 };
87 

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)