VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
launcherStowControllerDescriptor.h
Go to the documentation of this file.
1 
4 #pragma once
5 
7 #include <readerWriter/rwReal.h>
9 
13 {
14 private:
17 
18 public:
21  DtReaderWriterRegistry * parentRegistry = nullptr);
22 
25  orig, DtReaderWriterRegistry * parentRegistry = nullptr);
26 
30 
31  virtual ~DtLauncherStowControllerDescriptor() override;
32 
35  virtual DtString type() const override;
36 
38  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = nullptr) const override;
39 
41  virtual void setStowAzimuth(double v);
42  virtual double stowAzimuth() const;
43 
45  virtual void setStowElevation(double v);
46  virtual double stowElevation() const;
47 
48  static DtComponentDescriptor * creator();
49 
50 protected:
54 
68 };
DtRwReal myStowAzimuth
Parameter Name: stow-azimuth Parameter Description: Azimuth angle, relative to the entity (or part t...
Definition: launcherStowControllerDescriptor.h:60
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Component descriptor for DtLauncherStowController Specifies the elevation and azimuth angle that the ...
Definition: launcherStowControllerDescriptor.h:12
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myStowElevation
Parameter Name: stow-elevation Parameter Description: Elevation angle, relative to the entity (or pa...
Definition: launcherStowControllerDescriptor.h:66
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

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)