VR-Forces 4.1 Class Documentation
fixWngTakeoffPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngTakeoffPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtVrfFixedWingTakeoffPSR_H_
13 #define DtVrfFixedWingTakeoffPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrfutil/rwString.h"
17 #include "vrfutil/rwInt.h"
18 #include "vrfutil/rwString.h"
19 
24 
27 {
28 public:
30  {
31  DtTakeoffStateIdle = 0,
33  DtFlyingTowardsTakeoffPoint
34  };
35 
36 public:
39  const DtString& rwName = DtString::nullString(),
40  DtReaderWriterRegistry* parentRegistry = 0);
41 
44  const DtString& rwName = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = 0);
46 
48  virtual ~DtVrfFixedWingTakeoffPSR();
49 
52 
55  const DtString& rwName = DtString::nullString(),
56  DtReaderWriterRegistry* parentRegistry = 0) const;
57 
60  virtual DtString type() const;
61 
65  virtual void setLandingStripName(const DtString&);
66  virtual const DtString& landingStripName() const;
68 
71  virtual void setTakeoffState(DtTakeoffControllerState state);
72  virtual DtTakeoffControllerState takeoffState() const;
74 
75 public:
76 
78  static DtVrfProcessStateRepository* creator (const DtString& rwName,
79  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
80 
81 protected:
84 };
85 
86 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)