VR-Forces Development_Version 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 #include "vrfutil/rwUUID.h"
18 
25 {
26 
27 public:
28 
30 
31  DtLandingTask();
32 
33 
36 
37  DtLandingTask(const DtString & writeName,
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
40 
42 
43  DtLandingTask(const DtString & writeName, const
45  parentRegistry = 0);
46 
47 
49 
50  const DtLandingTask & operator=(const
51  DtLandingTask & orig);
52 
53  virtual ~DtLandingTask();
54 
55 
57 
58  virtual const DtSimTaskMessageType& type() const;
59 
61 
62  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
63  parentRegistry = 0) const;
64 
65 
67 
68  virtual DtString stringRep() const;
69 
70 
73  virtual void setLandingStrip(const DtUUID&);
74 
76  virtual const DtUUID& landingStrip() const;
77 
78 
81 
82  virtual int netRepSize() const;
83 
84 
86 
87  virtual bool setFromNet(const char* contentBuffer,
88  unsigned contentSize);
89 
90 
93 
94  virtual bool setToNet();
95 
96  static DtSimTask * creator();
97 
98 protected:
100 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)