VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/fixWngDefDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: fixWngDefDesc.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtFixedWingDefaultControllerDescriptor_H_
00016 #define DtFixedWingDefaultControllerDescriptor_H_
00017 
00018 #include "vrfobjparam/fixWngPltDesc.h"
00019 #include "vrfutil/rwReal.h"
00020 #include "vrfutil/rwBoolean.h"
00021 
00025 #include "vrfobjparam/vrfobjparamDefines.h"
00026 class DT_DLL_vrfobjparam DtFixedWingDefaultControllerDescriptor : public 
00027    DtFixedWingPilotControllerDescriptor
00028 {
00029 public:
00031    DtFixedWingDefaultControllerDescriptor(const DtString& name, 
00032       DtReaderWriterRegistry * parentRegistry = 0);
00033    
00035    DtFixedWingDefaultControllerDescriptor(
00036       const DtFixedWingDefaultControllerDescriptor & orig, 
00037       DtReaderWriterRegistry * parentRegistry = 0);
00038    
00040    DtFixedWingDefaultControllerDescriptor & operator=(const 
00041       DtFixedWingDefaultControllerDescriptor & orig);
00042    
00044    virtual ~DtFixedWingDefaultControllerDescriptor();
00045 
00048    virtual DtString type() const;
00049 
00050    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00051        = 0) const;
00052 
00055    virtual bool clockwise() const;
00056    virtual void setClockwise(bool clockwise);
00058 
00061    virtual DtReal radius() const;
00062    virtual void setRadius(DtReal radius);
00064 
00066    static DtComponentDescriptor * creator();
00067 
00068 protected:
00070    DtFixedWingDefaultControllerDescriptor();
00071 
00072 protected:
00073 
00077 
00080    //circling behavior.\n
00083    DtRwReal            myRadius;
00084 
00089    DtRwBoolean         myClockwise;
00090 
00092 };
00093 
00094 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)