VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfFixedWingTakeoffPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include "vrfobjcore/simObject.h"
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/rwInt.h>
14 #include <readerWriter/rwString.h>
15 #include <vrfutil/rwUUID.h>
17 
22 
25 {
26 public:
28  {
29  DtTakeoffStateIdle = 0,
31  DtFlyingTowardsTakeoffPoint
32  };
33 
34 public:
37  const DtString& rwName = DtString::nullString(),
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
42  const DtString& rwName = DtString::nullString(),
43  DtReaderWriterRegistry* parentRegistry = 0);
44 
46  virtual ~DtVrfFixedWingTakeoffPSR() override;
47 
50 
53  const DtString& rwName = DtString::nullString(), DtReaderWriterRegistry* parentRegistry = 0) const override;
54 
57  virtual DtString type() const override;
58 
62  virtual void setLandingStrip(const DtUUID&);
63  virtual DtSimObjectReference landingStrip() const;
65 
68  virtual void setTakeoffState(DtTakeoffControllerState state);
69  virtual DtTakeoffControllerState takeoffState() const;
71 
72 public:
73 
75  static DtVrfProcessStateRepository* creator (const DtString& rwName,
76  DtLocalObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
77 
78 protected:
81 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwSimObjectReference myLandingStrip
Definition: vrfFixedWingTakeoffPSR.h:80
class DtVrfFixedWingLandingPSR:
Definition: vrfFixedWingTakeoffPSR.h:24
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
Definition: vrfFixedWingTakeoffPSR.h:30
Specialized reader/writer version of the shared object reference that will encapsulate the actual sha...
Definition: rwSimObjectReference.h:21
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtRwInt myTakeoffControllerState
Definition: vrfFixedWingTakeoffPSR.h:79
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories. Process state repositories represent (potentially) shared, savable information for one or more components functioning together to achieve some process or set of processes; such as aiming and firing a weapon; moving an object; or just waiting a specified amount of time.
Definition: vrfProcessStateRepository.h:45
DtTakeoffControllerState
Definition: vrfFixedWingTakeoffPSR.h:27
virtual DtString type() const =0
Returns the string type of the repository, as defined in psrTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)