![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2004 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: fixWingFlyIntoCtlDesc.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00014 00015 #ifndef DtFixedWingFlyIntoControllerDescriptor_H_ 00016 #define DtFixedWingFlyIntoControllerDescriptor_H_ 00017 00018 #include "vrfobjparam/fixWngPltDesc.h" 00019 #include "vrfutil/rwReal.h" 00020 00026 #include "vrfobjparam/vrfobjparamDefines.h" 00027 class DT_DLL_vrfobjparam DtFixedWingFlyIntoControllerDescriptor : 00028 public DtFixedWingPilotControllerDescriptor 00029 { 00030 public: 00032 DtFixedWingFlyIntoControllerDescriptor(const DtString& name, 00033 DtReaderWriterRegistry* parentRegistry = NULL); 00034 DtFixedWingFlyIntoControllerDescriptor(const DtSymbolString& name, 00035 DtReaderWriterRegistry* parentRegistry = NULL); 00036 00038 DtFixedWingFlyIntoControllerDescriptor( 00039 const DtFixedWingFlyIntoControllerDescriptor& orig, 00040 DtReaderWriterRegistry* parentRegistry = NULL); 00041 00043 DtFixedWingFlyIntoControllerDescriptor& operator=(const 00044 DtFixedWingFlyIntoControllerDescriptor& orig); 00045 00047 virtual ~DtFixedWingFlyIntoControllerDescriptor(); 00048 00051 virtual DtString type() const; 00052 00053 virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* 00054 parentRegistry = NULL) const; 00055 00058 virtual double directFlyElevationAngle() const; 00059 virtual void setDirectFlyElevationAngle(double angle); 00061 00064 virtual double directFlyRange() const; 00065 virtual void setDirectFlyRange(double range); 00067 00069 static DtComponentDescriptor * creator(); 00070 00071 protected: 00073 DtFixedWingFlyIntoControllerDescriptor(); 00074 00075 protected: 00079 00087 DtRwReal myDirectFlyElevationAngle; 00088 00097 DtRwReal myDirectFlyRange; 00098 00100 }; 00101 00102 #endif