VR-Forces 4.2 Class Documentation
groundMoveDirectionControllerDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: groundMoveDirectionControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef groundMoveDirectionControllerDesc_h
15 #define groundMoveDirectionControllerDesc_h
16 
17 #include "vrfobjparam/compDesc.h"
18 #include "vrfutil/rwReal.h"
19 #include "vrfutil/rwBoolean.h"
20 
24 {
25 public:
27  DtGroundMoveDirectionControllerDescriptor(const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
31  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
40  virtual DtString type() const;
41 
44 
46 
47  virtual double highSpeedMinPivotAngle() const;
48  virtual void setHighSpeedMinPivotAngle(const double& newValue);
50 
52 
53  virtual double lowSpeedMinPivotAngle() const;
54  virtual void setLowSpeedMinPivotAngle(const double& newValue);
56 
58 
59  virtual bool pivotOnTurns() const;
60  virtual void setPivotOnTurns(const bool& newValue);
62 
64 
65  virtual double pivotSpeedCutoff() const;
66  virtual void setPivotSpeedCutoff(const double& newValue);
68 
69 protected:
70  //@name parameters
72 
73 
74 
75 
76 
77 
100 };
101 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)