VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
landingTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 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 
20 
22 {
24 };
25 
32 {
33 
34 public:
35 
37 
38  DtLandingTask();
39 
40 
43 
44  DtLandingTask(const DtString & writeName,
45  DtReaderWriterRegistry * parentRegistry = 0);
46 
47 
49 
50  DtLandingTask(const DtString & writeName, const
52  parentRegistry = 0);
53 
54 
56 
57  const DtLandingTask & operator=(const
58  DtLandingTask & orig);
59 
60  virtual ~DtLandingTask();
61 
62 
64 
65  virtual const DtSimTaskMessageType& type() const;
66 
68 
69  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
70  parentRegistry = 0) const;
71 
72 
74 
75  virtual DtString stringRep() const;
76 
77 
79 
80  virtual void setLandingStripName(const DtString&);
81  virtual const DtString& landingStripName() const;
82 
83 
86 
87  virtual int netRepSize() const;
88 
89 
91 
92  virtual bool setFromNet(const char* contentBuffer,
93  unsigned contentSize);
94 
95 
98 
99  virtual bool setToNet();
100 
101  static DtSimTask * creator();
102 
103 protected:
105 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)