Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

EstimatorBase Class Reference

#include <estimator.h>

Inheritance diagram for EstimatorBase:

EncEstimator List of all members.

Public Member Functions

 EstimatorBase (double x=0, double y=0, double ang=0)
double getXPos (void)
double getYPos (void)
double getAngle (void)

Protected Attributes

double xpos
double ypos
double angle

Detailed Description

Definition at line 6 of file estimator.h.


Constructor & Destructor Documentation

EstimatorBase::EstimatorBase double  x = 0,
double  y = 0,
double  ang = 0
[inline]
 

Definition at line 13 of file estimator.h.


Member Function Documentation

double EstimatorBase::getAngle void   )  [inline]
 

Definition at line 19 of file estimator.h.

References angle.

Referenced by Controller::info(), and main().

double EstimatorBase::getXPos void   )  [inline]
 

Definition at line 17 of file estimator.h.

References xpos.

Referenced by Controller::info(), and main().

double EstimatorBase::getYPos void   )  [inline]
 

Definition at line 18 of file estimator.h.

References ypos.

Referenced by Controller::info(), and main().


Member Data Documentation

double EstimatorBase::angle [protected]
 

Definition at line 9 of file estimator.h.

Referenced by getAngle(), and EncEstimator::update().

double EstimatorBase::xpos [protected]
 

Definition at line 9 of file estimator.h.

Referenced by getXPos(), and EncEstimator::update().

double EstimatorBase::ypos [protected]
 

Definition at line 9 of file estimator.h.

Referenced by getYPos(), and EncEstimator::update().


The documentation for this class was generated from the following file:
Generated on Fri Sep 1 14:26:00 2006 for Raptor by  doxygen 1.4.4