VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/elevMntCpDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: elevMntCpDesc.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtElevationMountComponentDescriptor_H_
00016 #define DtElevationMountComponentDescriptor_H_
00017 
00018 #include "vrfobjparam/actCompDesc.h"
00019 #include "vrfutil/rwReal.h"
00020 #include "vrfutil/rwInt.h"
00021 #include <vlpi/disEnums.h>
00022 
00023 class DtReaderWriterRegistry;
00024 
00027 #include "vrfobjparam/vrfobjparamDefines.h"
00028 class DT_DLL_vrfobjparam DtElevationMountComponentDescriptor : public DtActuatorComponentDescriptor
00029 {
00030 public:
00032    DtElevationMountComponentDescriptor(const DtString& componentName, 
00033       DtReaderWriterRegistry * parentRegistry = 0);
00034    
00036    DtElevationMountComponentDescriptor(
00037       const DtElevationMountComponentDescriptor & orig,
00038       DtReaderWriterRegistry * parentRegistry = 0);
00039    
00041    DtElevationMountComponentDescriptor & operator=(const 
00042       DtElevationMountComponentDescriptor & orig);
00043    
00044    virtual ~DtElevationMountComponentDescriptor();
00045    
00048    virtual DtString type() const;
00049 
00050    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00051        = 0) const;
00052    
00053 
00056    virtual DtReal maxElevateRate() const;
00057    virtual void setMaxElevateRate(DtReal maxElevateRate);
00059 
00062    virtual DtReal nominalElevation() const;
00063    virtual void setNominalElevation(DtReal nominalElevation);
00065 
00068    virtual DtReal elevationRange() const;
00069    virtual void setElevationRange(DtReal elevationRange);
00071 
00073    static DtComponentDescriptor* creator();
00074 
00075 protected:
00077    DtElevationMountComponentDescriptor();
00078 
00079 protected:
00083 
00089    DtRwReal myNominalElevation;
00090 
00096    DtRwReal myElevationRange;
00097 
00104    DtRwReal myMaxElevateRate;
00105    
00107 };
00108 
00109 #endif
00110 
00111 
00112 

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)