#include <UndercarriageCtrlGeom.h>
Public Member Functions | |
virtual void | calcControlStep (WheelCommand &command, double dCmdRateS, bool reset) |
PosCtrlData (const WheelCtrlPosParams ¶ms) | |
virtual void | reset () |
Public Attributes | |
double | m_dCtrlVelCmdInt |
PosCtrlParams | pos_params_ |
Definition at line 274 of file UndercarriageCtrlGeom.h.
PosCtrlData::PosCtrlData | ( | const WheelCtrlPosParams & | params | ) | [inline] |
Definition at line 286 of file UndercarriageCtrlGeom.h.
void PosCtrlData::calcControlStep | ( | WheelCommand & | command, |
double | dCmdRateS, | ||
bool | reset | ||
) | [virtual] |
Reimplemented from CtrlData.
Definition at line 183 of file UndercarriageCtrlGeom.cpp.
void PosCtrlData::reset | ( | ) | [virtual] |
Reimplemented from CtrlData.
Definition at line 207 of file UndercarriageCtrlGeom.cpp.
Definition at line 280 of file UndercarriageCtrlGeom.h.
Definition at line 275 of file UndercarriageCtrlGeom.h.